Passed
Push — master ( 89d7c1...3bb109 )
by Бабичев
58:46 queued 33:54
created
src/VacuumServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
      */
18 18
     public function boot(): void
19 19
     {
20
-        if (! $this->app->runningInConsole()) {
20
+        if (!$this->app->runningInConsole()) {
21 21
             return;
22 22
         }
23 23
 
Please login to merge, or discard this patch.