Passed
Push — master ( 459949...127cbd )
by Luiz Kim
06:59 queued 04:31
created
src/Command/MigrateCommand.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,9 @@
 block discarded – undo
42 42
     protected function execute(InputInterface $input, OutputInterface $output)
43 43
     {
44 44
         $domain = $input->getArgument('domain');
45
-        if ($domain)
46
-            return $this->migrateByDomain($domain, $input, $output);
45
+        if ($domain) {
46
+                    return $this->migrateByDomain($domain, $input, $output);
47
+        }
47 48
 
48 49
         $domains = $this->databaseSwitchService->getAllDomains();
49 50
 
Please login to merge, or discard this patch.