It seems like $client of type object<GuzzleHttp\Client> is incompatible with the declared type object<WilliamEspindola\...ient\GuzzleHttp\Client> of property $client.
Our type inference engine has found an assignment to a property that is incompatible
with the declared type of that property.
Either this assignment is in error or the assigned type should be added
to the documentation/type hint for that property..
Loading history...
51
}
52
53
/**
54
* Execute request
55
*
56
* @param string $method GET|PUT|POST|DELETE
57
* @param string $url Url
58
*
59
* @return string Body GuzzleHttp\Psr7\Response
60
*/
61
public function request(string $method, string $url): Response
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..