| 1 | <?php |
||
| 10 | class ChromeClient implements HttpClient |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var phmChromeClient |
||
| 14 | */ |
||
| 15 | private $chromeClient; |
||
| 16 | |||
| 17 | public function init($host = 'localhost', $port = 4444) |
||
| 22 | |||
| 23 | public function sendRequest(RequestInterface $request) |
||
| 27 | |||
| 28 | public function sendRequests(array $requests) |
||
| 32 | |||
| 33 | public function getClientType() |
||
| 37 | } |
||
| 38 |
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..