Completed
Push — master ( 926f1e...80db42 )
by Anton
10:25 queued 07:09
created
src/Command/Db/AbstractDbCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
         }
43 43
 
44 44
         $phinxArguments['command'] = $commandName;
45
-        $phinxArguments['--configuration'] = PATH_APPLICATION .DS. 'configs' .DS. 'phinx.php';
45
+        $phinxArguments['--configuration'] = PATH_APPLICATION . DS . 'configs' . DS . 'phinx.php';
46 46
 
47 47
         if ($command->getDefinition()->hasOption('environment')) {
48 48
             $phinxArguments['--environment'] = 'default';
Please login to merge, or discard this patch.