Passed
Push — master ( 9acc29...342036 )
by meta
07:18 queued 04:21
created
src/Console/GenerateUIPreload.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
         $path = $this->option('destination');
41 41
         $path = reset($path);
42 42
         // otherwise use the default path
43
-        if (! $path) {
43
+        if (!$path) {
44 44
             $path = 'ui/preload.js';
45 45
         }
46 46
         // fully calculated path is APPDIR/public/ui/preload.js
Please login to merge, or discard this patch.