Passed
Push — master ( dac2c3...0b9717 )
by noitran
19:24
created
src/ServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
             $publishPath = base_path('config/rql.php');
52 52
         }
53 53
 
54
-        $this->publishes([$configPath => $publishPath], 'config');
54
+        $this->publishes([ $configPath => $publishPath ], 'config');
55 55
     }
56 56
 
57 57
     /**
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
      */
82 82
     protected function bindProcessor(): void
83 83
     {
84
-        $this->app->bind(ProcessorInterface::class, function () {
84
+        $this->app->bind(ProcessorInterface::class, function() {
85 85
             return rql()->getProcessor();
86 86
         });
87 87
     }
Please login to merge, or discard this patch.