Passed
Pull Request — 2.x (#936)
by Harings
15:33
created
src/Commands/SetupDevTools.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      */
26 26
     public function handle()
27 27
     {
28
-        if (! $this->confirm('This command is only intended for a development environment and will change and create files in your project, do you want to continue?')) {
28
+        if (!$this->confirm('This command is only intended for a development environment and will change and create files in your project, do you want to continue?')) {
29 29
             $this->error('cancelled');
30 30
 
31 31
             return;
Please login to merge, or discard this patch.