Completed
Push — master ( 3ca176...1b2649 )
by Владислав
02:00
created
src/core/DeCaptchaBase.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -166,6 +166,9 @@  discard block
 block discarded – undo
166 166
         }
167 167
     }
168 168
 
169
+    /**
170
+     * @param integer $action
171
+     */
169 172
     protected function limitHasNotYetEnded($action)
170 173
     {
171 174
         return $this->limit[$action]-- > 0;
@@ -300,6 +303,9 @@  discard block
 block discarded – undo
300 303
         ],
301 304
     ];
302 305
 
306
+    /**
307
+     * @param integer $action
308
+     */
303 309
     protected function decodeResponse($action, $data)
304 310
     {
305 311
         if (!array_key_exists($action, $this->decodeSettings[static::DECODE_ACTION])) {
Please login to merge, or discard this patch.