Passed
Push — master ( 26c354...92479f )
by Richard
05:49 queued 10s
created
src/Console/InstallCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
         (new Process($command, base_path(), ['COMPOSER_MEMORY_LIMIT' => '-1']))
145 145
             ->setTimeout(null)
146 146
             ->run(
147
-                function ($type, $output) {
147
+                function($type, $output) {
148 148
                     $this->output->write($output);
149 149
                 }
150 150
             );
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
     {
191 191
         tap(
192 192
             new Filesystem,
193
-            function ($files) {
193
+            function($files) {
194 194
                 $files->deleteDirectory(base_path('node_modules'));
195 195
 
196 196
                 $files->delete(base_path('yarn.lock'));
Please login to merge, or discard this patch.