The method getEntityManager() does not exist on Gvera\Controllers\Authentications. Since you implemented __call, 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
The method getUserService() does not exist on Gvera\Controllers\Authentications. Since you implemented __call, 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
21
/** @scrutinizer ignore-call */
22
$userService = $this->getUserService();
Loading history...
22
if (null === $user || !$userService->validatePassword($password, $user->getPassword())) {
The method getJwtService() does not exist on Gvera\Controllers\Authentications. Since you implemented __call, 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