Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Extension / PrependExtensionInterface.php
index c666bdbcf8d45236f6c7b52a880464961114ff67..5bd18d79feac91086b9f19cf3be99c8c76cc30d3 100644 (file)
@@ -17,8 +17,6 @@ interface PrependExtensionInterface
 {
     /**
      * Allow an extension to prepend the extension configurations.
-     *
-     * @param ContainerBuilder $container
      */
     public function prepend(ContainerBuilder $container);
 }