Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 826d545

Browse files
committed
fixed wrong merge
1 parent e7cccb0 commit 826d545

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,14 +1343,12 @@ private function registerAnnotationsConfiguration(array $config, ContainerBuilde
13431343

13441344
$loader->load('annotations.xml');
13451345

1346-
<<<<<<< HEAD
13471346
$container->getAlias('annotation_reader')->setPrivate(true);
1348-
=======
1347+
13491348
if (!method_exists(AnnotationRegistry::class, 'registerUniqueLoader')) {
13501349
$container->getDefinition('annotations.dummy_registry')
13511350
->setMethodCalls(array(array('registerLoader', array('class_exists'))));
13521351
}
1353-
>>>>>>> 3.3
13541352

13551353
if ('none' !== $config['cache']) {
13561354
if (!class_exists('Doctrine\Common\Cache\CacheProvider')) {

0 commit comments

Comments
 (0)