| 1 | <?php |
||
| 14 | final class Format |
||
| 15 | { |
||
| 16 | private $accept; |
||
| 17 | private $contentType; |
||
| 18 | private $negotiator; |
||
| 19 | |||
| 20 | 4 | public function __construct( |
|
| 28 | |||
| 29 | 3 | public function acceptable(ServerRequestInterface $request): FormatFormat |
|
| 39 | |||
| 40 | 1 | public function contentType(ServerRequestInterface $request): FormatFormat |
|
| 50 | } |
||
| 51 |
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.