Failed Conditions
Pull Request — master (#7207)
by
unknown
12:57
created
lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -38,9 +38,9 @@
 block discarded – undo
38 38
         $connection = $em->getConnection();
39 39
 
40 40
         if ($connection instanceof MasterSlaveConnection) {
41
-        	$output->writeln('<info>switch to master</info>', OutputInterface::VERBOSITY_VERBOSE);
42
-			$connection->connect('master');
43
-		}
41
+            $output->writeln('<info>switch to master</info>', OutputInterface::VERBOSITY_VERBOSE);
42
+            $connection->connect('master');
43
+        }
44 44
 
45 45
         $metadatas = $em->getMetadataFactory()->getAllMetadata();
46 46
 
Please login to merge, or discard this patch.