Test Setup Failed
Branch master (2ff582)
by Blackred
03:41
created
Category
src/Tasks/PhinxMigrateTask.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
         $wrap = new TextWrapper($app);
85 85
 
86 86
         $wrap->setOption('configuration', $this->getConfigurationPath());
87
-        $wrap->setOption('parser',        $this->getParser());
87
+        $wrap->setOption('parser', $this->getParser());
88 88
 
89 89
         $action = $wrap->getMigrate($this->getEnvironment(), $this->getTarget());
90 90
 
Please login to merge, or discard this patch.