We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb16206 commit 65e06afCopy full SHA for 65e06af
src/UncaptchaREST.php
@@ -20,7 +20,7 @@ function getResult(): ?\stdClass{
20
// set $this->result
21
// on success return $this->result->response or $this->result->status
22
// on error return NULL
23
- protected function call(string $methodName, array $post = []):{
+ protected function call(string $methodName, array $post = []){
24
if(!$this->host) throw new \Exception('Please, set host');
25
26
$url = "$this->scheme://$this->host";
0 commit comments