@@ -84,7 +84,7 @@ |
||
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 |
@@ -57,8 +57,7 @@ |
||
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 | } |