Browse Source

[DoctrineMongoDBBundle] fixed coding standards

Kris Wallsmith 15 years ago
parent
commit
6223a1ac0c

+ 1 - 2
src/Symfony/Bundle/DoctrineMongoDBBundle/DependencyInjection/MongoDBExtension.php

@@ -74,8 +74,7 @@ class MongoDBExtension extends Extension
      */
     protected function loadDefaults(array $config, ContainerBuilder $container)
     {
-        if(!$container->hasDefinition('doctrine.odm.mongodb.metadata.annotation'))
-        {
+        if (!$container->hasDefinition('doctrine.odm.mongodb.metadata.annotation')) {
             // Load DoctrineMongoDBBundle/Resources/config/mongodb.xml
             $loader = new XmlFileLoader($container, __DIR__.'/../Resources/config');
             $loader->load($this->resources['mongodb']);