Completed
Push — master ( 1831df...e67b12 )
by Ilias
14:40
created
Category
src/Job/Job.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
     {
154 154
         return [
155 155
             'id' => $this->id,
156
-            'server' => (string)$this->server,
156
+            'server' => (string) $this->server,
157 157
             'state' => $this->state
158 158
         ];
159 159
     }
Please login to merge, or discard this patch.