Completed
Push — master ( a301aa...4ab73f )
by Владислав
02:33
created
src/core/DeCaptchaBase.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -247,6 +247,9 @@
 block discarded – undo
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])) {
Please login to merge, or discard this patch.