Resta\Router\Route::getRouteControllerMethod() of type http\Exception is incompatible with the type string expected by parameter $method_name of method_exists().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
The method getRouteControllerMethod() does not exist on Resta\Router\Route. Since you implemented __callStatic, consider adding a @method annotation.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation