Skip to content

Commit cabfdfa

Browse files
committed
[FrameworkBundle] Remove extra argument from ContainerBuilder::willBeAvailable call
1 parent ebd42b1 commit cabfdfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2150,7 +2150,7 @@ private function registerPropertyInfoConfiguration(array $config, ContainerBuild
21502150
$definition->addTag('property_info.constructor_extractor', ['priority' => -1000]);
21512151
}
21522152

2153-
if (ContainerBuilder::willBeAvailable('phpdocumentor/reflection-docblock', DocBlockFactoryInterface::class, ['symfony/framework-bundle', 'symfony/property-info'], true)) {
2153+
if (ContainerBuilder::willBeAvailable('phpdocumentor/reflection-docblock', DocBlockFactoryInterface::class, ['symfony/framework-bundle', 'symfony/property-info'])) {
21542154
$definition = $container->register('property_info.php_doc_extractor', PhpDocExtractor::class);
21552155
$definition->addTag('property_info.description_extractor', ['priority' => -1000]);
21562156
$definition->addTag('property_info.type_extractor', ['priority' => -1001]);

0 commit comments

Comments
 (0)