Skip to content

Commit 65e06af

Browse files
authored
Update UncaptchaREST.php
1 parent cb16206 commit 65e06af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UncaptchaREST.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function getResult(): ?\stdClass{
2020
// set $this->result
2121
// on success return $this->result->response or $this->result->status
2222
// on error return NULL
23-
protected function call(string $methodName, array $post = []):{
23+
protected function call(string $methodName, array $post = []){
2424
if(!$this->host) throw new \Exception('Please, set host');
2525

2626
$url = "$this->scheme://$this->host";

0 commit comments

Comments
 (0)