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