X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fsymfony%2Fhttp-kernel%2FDependencyInjection%2FConfigurableExtension.php;h=072c35f1c1cc6b1a9e9256fb706dfff6a24a1790;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=c7eca3063c610e21acf9638ff32ea79ad84f7ec2;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/symfony/http-kernel/DependencyInjection/ConfigurableExtension.php b/vendor/symfony/http-kernel/DependencyInjection/ConfigurableExtension.php index c7eca3063..072c35f1c 100644 --- a/vendor/symfony/http-kernel/DependencyInjection/ConfigurableExtension.php +++ b/vendor/symfony/http-kernel/DependencyInjection/ConfigurableExtension.php @@ -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); }