| 1 | <?php |
||
| 18 | class HttpWorker extends TcpWorker |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * {@inheritdoc} |
||
| 22 | */ |
||
| 23 | public function resolveTargetHost() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | public function handleConnectLocalError(\Exception $exception) |
||
| 37 | |||
| 38 | /** |
||
| 39 | * Make an error psr7 response. |
||
| 40 | * |
||
| 41 | * @param int $code |
||
| 42 | * @param string $message |
||
| 43 | * |
||
| 44 | * @return Psr7\Response |
||
| 45 | */ |
||
| 46 | protected function makeErrorResponse($code, $message) |
||
| 54 | |||
| 55 | /** |
||
| 56 | * {@inheritdoc} |
||
| 57 | */ |
||
| 58 | public static function support(TunnelInterface $tunnel) |
||
| 62 | } |
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.