Commit 31a54294 authored by Tomás Soler's avatar Tomás Soler Committed by GitHub

Respect the styles given.

parent 86f46b0c
...@@ -65,7 +65,7 @@ class NewCommand extends Command ...@@ -65,7 +65,7 @@ class NewCommand extends Command
if ($input->getOption('no-ansi')) { if ($input->getOption('no-ansi')) {
$commands = array_map(function ($value) { $commands = array_map(function ($value) {
return $value . ' --no-ansi'; return $value.' --no-ansi';
}, $commands); }, $commands);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment