Passed
Push — master ( 2f27bd...7f89e7 )
by Anton
01:49
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
         $phinxArguments['--environment'] = 'default';
47 47
 
48 48
         $phinxInput = new ArrayInput($phinxArguments);
Please login to merge, or discard this patch.