| 1 | <?php |
||
| 20 | class HttpWorker extends TcpWorker |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | */ |
||
| 25 | public function resolveTargetHost() |
||
| 29 | |||
| 30 | /** |
||
| 31 | * {@inheritdoc} |
||
| 32 | */ |
||
| 33 | public function handleConnectLocalError(\Exception $exception) |
||
| 39 | |||
| 40 | /** |
||
| 41 | * Make an error psr7 response. |
||
| 42 | * |
||
| 43 | * @param int $code |
||
| 44 | * @param string $message |
||
| 45 | * |
||
| 46 | * @return Psr7\Response |
||
| 47 | */ |
||
| 48 | protected function makeErrorResponse($code, $message) |
||
| 57 | |||
| 58 | /** |
||
| 59 | * {@inheritdoc} |
||
| 60 | */ |
||
| 61 | public static function support(TunnelInterface $tunnel) |
||
| 65 | } |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.