Completed
Push — master ( 75ca6a...d59674 )
by Владислав
02:12
created
src/core/DeCaptchaBase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -232,7 +232,7 @@
 block discarded – undo
232 232
         $this->init();
233 233
     }
234 234
 
235
-    public function init(){}
235
+    public function init() {}
236 236
 
237 237
     /**
238 238
      * @param $filePath
Please login to merge, or discard this patch.
src/services/RuCaptcha.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
         $this->actions[static::ACTION_RECOGNIZE][static::ACTION_FIELDS][static::ACTION_FIELD_SOFT_ID][static::PARAM_SLUG_DEFAULT] = 882;
22 22
     }
23 23
 
24
-    public function getBalance(){
24
+    public function getBalance() {
25 25
         $this->setParam(static::ACTION_FIELD_ACTION, 'getbalance');
26 26
         $response = $this->getResponse(static::ACTION_UNIVERSAL);
27 27
         $dataGet = $this->decodeResponse(static::DECODE_ACTION_GET, $response);
Please login to merge, or discard this patch.