8000 CS fix · symfony/symfony@73260b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 73260b8

Browse files
committed
CS fix
1 parent f3ccbeb commit 73260b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ protected function detectMetadataDriver(string $dir, ContainerBuilder $container
265265
}
266266
$container->fileExists($resource, false);
267267

268-
if($container->fileExists($dir.'/'.$this->getMappingObjectDefaultName(), false)) {
268+
if ($container->fileExists($dir.'/'.$this->getMappingObjectDefaultName(), false)) {
269269
return (\PHP_VERSION_ID < 80000) ? 'annotation' : $this->detectMappingType($dir, $container);
270270
}
271271

0 commit comments

Comments
 (0)
0