Passed
Push — master ( 720e46...10105b )
by Caen
03:08 queued 12s
created
packages/framework/src/Console/Commands/MakePostCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
         }
55 55
         $this->line("Identifier: {$creator->getIdentifier()}");
56 56
 
57
-        if (! $this->confirm('Do you wish to continue?', true)) {
57
+        if (!$this->confirm('Do you wish to continue?', true)) {
58 58
             $this->info('Aborting.');
59 59
 
60 60
             return 130;
Please login to merge, or discard this patch.