Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / routing / Matcher / Dumper / DumperCollection.php
index b24c8512ce1c9dbd373b4175a81020f8ed3b00f6..dd057d2ee8301cf89e04b7df3a31ae08711fa8f9 100644 (file)
@@ -105,10 +105,8 @@ class DumperCollection implements \IteratorAggregate
 
     /**
      * Sets the parent collection.
-     *
-     * @param DumperCollection $parent The parent collection
      */
-    protected function setParent(DumperCollection $parent)
+    protected function setParent(self $parent)
     {
         $this->parent = $parent;
     }