Completed
Push — archetype ( c8aa24 )
by Arnaud
01:55
created
src/Command/NewPage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
             $this->fs->dumpFile($filePath, $fileContent);
62 62
             $this->wlDone(sprintf('File "%s" created!', $fileRelativePath));
63 63
             $editor = 'atom';
64
-            passthru (sprintf("%s %s", $editor, $filePath), $return_var);
64
+            passthru(sprintf("%s %s", $editor, $filePath), $return_var);
65 65
         } catch (\Exception $e) {
66 66
             throw new \Exception(sprintf($e->getMessage()));
67 67
         }
Please login to merge, or discard this patch.