@@ -247,6 +247,9 @@ |
||
247 | 247 | ], |
248 | 248 | ]; |
249 | 249 | |
250 | + /** |
|
251 | + * @param integer $action |
|
252 | + */ |
|
250 | 253 | protected function decodeResponse($action, $data) |
251 | 254 | { |
252 | 255 | if (!array_key_exists($action, $this->decodeSettings[static::DECODE_ACTION])) { |