Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Compiler / RepeatedPass.php
index 59d4e0a767a5a643b82136fbb0789684522d501c..3da1a0d5be8e3d18f3748d0cf9bf7a187e486169 100644 (file)
@@ -26,9 +26,6 @@ class RepeatedPass implements CompilerPassInterface
      */
     private $repeat = false;
 
-    /**
-     * @var RepeatablePassInterface[]
-     */
     private $passes;
 
     /**
@@ -51,8 +48,6 @@ class RepeatedPass implements CompilerPassInterface
 
     /**
      * Process the repeatable passes that run more than once.
-     *
-     * @param ContainerBuilder $container
      */
     public function process(ContainerBuilder $container)
     {