Completed
Push — master ( e67b12...6841f1 )
by Ilias
05:15
created
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.
src/Manager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,6 +80,6 @@
 block discarded – undo
80 80
      */
81 81
     public function __toString()
82 82
     {
83
-        return (string)$this->server;
83
+        return (string) $this->server;
84 84
     }
85 85
 }
Please login to merge, or discard this patch.