Completed
Pull Request — master (#16)
by Jan
26:20 queued 11:22
created
src/Job.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
      */
108 108
     public function setDelay($delay)
109 109
     {
110
-        $this->delay = (int)$delay;
110
+        $this->delay = (int) $delay;
111 111
     }
112 112
 
113 113
 
Please login to merge, or discard this patch.
src/Client/AbstractClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
     protected function mapJobs(array $list)
96 96
     {
97 97
         return array_map(
98
-            function ($element) {
98
+            function($element) {
99 99
                 return Job::create([
100 100
                     'queue' => $element[0],
101 101
                     'id' => $element[1],
Please login to merge, or discard this patch.