It seems like new \phm\HttpWebdriverCl...ecorator($guzzleClient) of type object<phm\HttpWebdriver...tor\FileCacheDecorator> is incompatible with the declared type object<phm\HttpWebdriver...nt\Guzzle\GuzzleClient> of property $guzzleClient.
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...
25
}
26
}
27
28
public function sendRequest(RequestInterface $request)
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..