@@ -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; |
@@ -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; |