The method getParam() does not seem to exist on object<App\Controller\IndexController>.
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.
The method getTranslator() does not seem to exist on object<App\Controller\IndexController>.
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...
39
}
40
41
/**
42
* @param ServerRequestInterface $request
43
* @param array $args
44
* @return ResponseInterface
45
*/
46
public function indexAction(ServerRequestInterface $request, array $args) : ResponseInterface
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.