@@ -232,7 +232,7 @@ |
||
232 | 232 | $this->init(); |
233 | 233 | } |
234 | 234 | |
235 | - public function init(){} |
|
235 | + public function init() {} |
|
236 | 236 | |
237 | 237 | /** |
238 | 238 | * @param $filePath |
@@ -21,7 +21,7 @@ |
||
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); |