Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Compiler / CompilerPassInterface.php
index 30cb1d5d466f3c4d66eaccdd6985d0896bf082e0..308500605893ddfb3340f8eab396ece84d162764 100644 (file)
@@ -22,8 +22,6 @@ interface CompilerPassInterface
 {
     /**
      * You can modify the container here before it is dumped to PHP code.
-     *
-     * @param ContainerBuilder $container
      */
     public function process(ContainerBuilder $container);
 }