Update version/branch string from 6.x to 7.x #685
Annotations
7 errors
src/bundle/Security/Authentication/Token/TwoFactorToken.php#L42
src/bundle/Security/Authentication/Token/TwoFactorToken.php:42:32: InvalidNullableReturnType: The declared return type 'Symfony\Component\Security\Core\User\UserInterface' for Scheb\TwoFactorBundle\Security\Authentication\Token\TwoFactorToken::getUser is not nullable, but 'Symfony\Component\Security\Core\User\UserInterface|null' contains null (see https://psalm.dev/144)
|
src/bundle/Security/Authentication/Token/TwoFactorToken.php#L44
src/bundle/Security/Authentication/Token/TwoFactorToken.php:44:16: NullableReturnStatement: The declared return type 'Symfony\Component\Security\Core\User\UserInterface' for Scheb\TwoFactorBundle\Security\Authentication\Token\TwoFactorToken::getUser is not nullable, but the function returns 'Symfony\Component\Security\Core\User\UserInterface|null' (see https://psalm.dev/139)
|
src/trusted-device/Security/TwoFactor/Trusted/JwtTokenEncoder.php#L47
src/trusted-device/Security/TwoFactor/Trusted/JwtTokenEncoder.php:47:56: MoreSpecificReturnType: The declared return type 'Lcobucci\JWT\Token\Plain|null' for Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\JwtTokenEncoder::decodeToken is more specific than the inferred return type 'Lcobucci\JWT\Token|null' (see https://psalm.dev/070)
|
src/trusted-device/Security/TwoFactor/Trusted/JwtTokenEncoder.php#L64
src/trusted-device/Security/TwoFactor/Trusted/JwtTokenEncoder.php:64:16: LessSpecificReturnStatement: The type 'Lcobucci\JWT\Token' is more general than the declared return type 'Lcobucci\JWT\Token\Plain|null' for Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\JwtTokenEncoder::decodeToken (see https://psalm.dev/129)
|
|
|
|
The logs for this run have expired and are no longer available.
Loading