$request of type Phalcon\Http\Request is incompatible with the type Gewaer\Contracts\RequestJwtInterface expected by parameter $request of Gewaer\Middleware\TokenBase::isValidCheck().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
32
if ($this->isValidCheck(/** @scrutinizer ignore-type */ $request, $api)) {
Loading history...
33
/**
34
* This is where we will validate the token that was sent to us