@@ -192,6 +192,7 @@ |
||
192 | 192 | /** |
193 | 193 | * Implement decaptcher |
194 | 194 | * |
195 | + * @param string $captchImageOrtxt |
|
195 | 196 | * @return string |
196 | 197 | */ |
197 | 198 | private function resolveCaptcha($captchImageOrtxt) { |
@@ -102,7 +102,7 @@ |
||
102 | 102 | * |
103 | 103 | * Impoe o serviço a ser utilizado para efetuar a quebra do captcha |
104 | 104 | * @param DecaptcherServiceInterface $decaptcher |
105 | - * @return Search |
|
105 | + * @return Service |
|
106 | 106 | */ |
107 | 107 | public function decaptcher(DecaptcherServiceInterface $decaptcher) { |
108 | 108 | $this->search->decaptcher = $decaptcher; |
@@ -217,6 +217,7 @@ |
||
217 | 217 | /** |
218 | 218 | * Implement decaptcher |
219 | 219 | * |
220 | + * @param string $captchImageOrtxt |
|
220 | 221 | * @return string |
221 | 222 | */ |
222 | 223 | private function resolveCaptcha($captchImageOrtxt) { |
@@ -99,7 +99,7 @@ |
||
99 | 99 | * |
100 | 100 | * Impoe o serviço a ser utilizado para efetuar a quebra do captcha |
101 | 101 | * @param DecaptcherServiceInterface $decaptcher |
102 | - * @return Search |
|
102 | + * @return Service |
|
103 | 103 | */ |
104 | 104 | public function decaptcher(DecaptcherServiceInterface $decaptcher) { |
105 | 105 | $this->search->decaptcher = $decaptcher; |