Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-kernel / DependencyInjection / ConfigurableExtension.php
index c7eca3063c610e21acf9638ff32ea79ad84f7ec2..072c35f1c1cc6b1a9e9256fb706dfff6a24a1790 100644 (file)
@@ -37,9 +37,6 @@ abstract class ConfigurableExtension extends Extension
 
     /**
      * Configures the passed container according to the merged configuration.
-     *
-     * @param array            $mergedConfig
-     * @param ContainerBuilder $container
      */
     abstract protected function loadInternal(array $mergedConfig, ContainerBuilder $container);
 }