Completed
Push — master ( aeff6d...7109a9 )
by Владислав
02:22
created
src/services/RuCaptcha.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
         $response = $this->getResponse(static::ACTION_UNIVERSAL);
203 203
         $dataGet = $this->decodeResponse(static::DECODE_ACTION_UNIVERSAL, $response);
204 204
 
205
-        return (float)$dataGet[static::DECODE_PARAM_RESPONSE];
205
+        return (float) $dataGet[static::DECODE_PARAM_RESPONSE];
206 206
     }
207 207
 
208 208
     /**
Please login to merge, or discard this patch.