Passed
Branch master (80c7c4)
by Tohid
07:47
created
Category
src/ParavelServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,10 +27,10 @@
 block discarded – undo
27 27
 
28 28
         $config = config('paravel');
29 29
 
30
-        $this->app->bind('paravel', function () use ($config) {
30
+        $this->app->bind('paravel', function() use ($config) {
31 31
             return new ParallelProcessor($config);
32 32
         });
33
-        $this->app->singleton('paravel-serializer', function () {
33
+        $this->app->singleton('paravel-serializer', function() {
34 34
             return new ParavelSerializer(new Serializer());
35 35
         });
36 36
     }
Please login to merge, or discard this patch.