The method matching() does not seem to exist on object<Innmind\Rest\Server\Formats>.
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.
Loading history...
32
(string) $request
33
3
->headers()
34
3
->get('Accept')
35
3
->values()
36
3
->join(', ')
37
);
38
}
39
40
1
public function contentType(ServerRequestInterface $request): FormatFormat
The method matching() does not seem to exist on object<Innmind\Rest\Server\Formats>.
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.
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.