Completed
Push — master ( 30de3e...86c1d9 )
by Владислав
03:51 queued 01:45
created
src/services/Anticaptcha.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -187,6 +187,6 @@
 block discarded – undo
187 187
         if ($result[static::DECODE_PARAM_RESPONSE] != 0) {
188 188
             return 0;
189 189
         }
190
-        return (float)$result[static::DECODE_PARAM_BALANCE];
190
+        return (float) $result[static::DECODE_PARAM_BALANCE];
191 191
     }
192 192
 }
Please login to merge, or discard this patch.