Completed
Push — master ( b610c4...ae553c )
by Blackred
04:52
created
src/Tasks/PhinxMigrateTask.php 2 patches
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.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,8 +57,7 @@
 block discarded – undo
57 57
 
58 58
             if (in_array($ext, ['yml', 'yaml'])) {
59 59
                 return 'Yaml';
60
-            }
61
-            elseif ($ext == 'php') {
60
+            } elseif ($ext == 'php') {
62 61
                 return 'Php';
63 62
             }
64 63
         }
Please login to merge, or discard this patch.