Completed
Push — master ( fa8d3b...efa8af )
by Владислав
04:09 queued 01:58
created
src/core/DeCaptchaAbstract.php 1 patch
Doc Comments   +9 added lines, -2 removed lines patch added patch discarded remove patch
@@ -115,6 +115,10 @@  discard block
 block discarded – undo
115 115
         }
116 116
     }
117 117
 
118
+    /**
119
+     * @param integer $param
120
+     * @param string $value
121
+     */
118 122
     public function setParamSpec($param, $value)
119 123
     {
120 124
         $this->paramsSpec[$param] = $value;
@@ -136,6 +140,9 @@  discard block
 block discarded – undo
136 140
         return null;
137 141
     }
138 142
 
143
+    /**
144
+     * @param integer $action
145
+     */
139 146
     protected function getParams($action)
140 147
     {
141 148
         if (empty($this->paramsSettings[$action])) {
@@ -171,7 +178,7 @@  discard block
 block discarded – undo
171 178
     }
172 179
 
173 180
     /**
174
-     * @param array $data
181
+     * @param string $data
175 182
      *
176 183
      * @return string
177 184
      */
@@ -241,7 +248,7 @@  discard block
 block discarded – undo
241 248
     /**
242 249
      * @param $url
243 250
      * @param $data
244
-     * @return mixed
251
+     * @return string
245 252
      * @throws DeCaptchaErrors
246 253
      */
247 254
     protected function getCurlResponse($url, $data)
Please login to merge, or discard this patch.