@@ -202,7 +202,7 @@ |
||
| 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 | /** |