Passed
Push — ci/2.5-prep ( 118748...7cd2aa )
by Quentin
06:50
created
src/Commands/Build.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
 
124 124
             try {
125 125
                 $process->start();
126
-            } catch(\Exception $e) {
126
+            } catch (\Exception $e) {
127 127
                 $this->warn("Could not start the chokidar watcher ({$e->getMessage()})\n");
128 128
             }
129 129
         } else {
Please login to merge, or discard this patch.