Passed
Push — master ( 3bbca7...1bf3da )
by Denis
03:34 queued 45s
created
src/Console/InstallCommand.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
             return;
55 55
         }
56 56
 
57
-        if (!file_exists(app_path('Providers/'.self::PROVIDER_NAME.'.php'))) {
57
+        if ( ! file_exists(app_path('Providers/'.self::PROVIDER_NAME.'.php'))) {
58 58
             throw new \Exception(self::PROVIDER_NAME.' not published.');
59 59
         }
60 60
 
Please login to merge, or discard this patch.