Bump web-auth/webauthn-lib from 4.8.6 to 4.9.0 (#151) #141
Annotations
2 errors and 10 warnings
Tests
The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled.
|
Tests
The operation was canceled.
|
DeprecatedInterface:
app/src/Auth/Jwt/RefreshTokenStorage.php#L12
app/src/Auth/Jwt/RefreshTokenStorage.php:12:7: DeprecatedInterface: Spiral\Core\Container\SingletonInterface is marked deprecated (see https://psalm.dev/152)
|
RiskyTruthyFalsyComparison:
app/src/Auth/Jwt/Token.php#L70
app/src/Auth/Jwt/Token.php:70:13: RiskyTruthyFalsyComparison: Operand of type bool|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
DeprecatedInterface:
app/src/Auth/Jwt/TokenStorage.php#L15
app/src/Auth/Jwt/TokenStorage.php:15:7: DeprecatedInterface: Spiral\Core\Container\SingletonInterface is marked deprecated (see https://psalm.dev/152)
|
DeprecatedConstant:
app/src/Bootloader/LoggingBootloader.php#L40
app/src/Bootloader/LoggingBootloader.php:40:24: DeprecatedConstant: Constant Monolog\Logger::ERROR is deprecated (see https://psalm.dev/170)
|
RiskyTruthyFalsyComparison:
app/src/Bootloader/RedisBootloader.php#L51
app/src/Bootloader/RedisBootloader.php:51:13: RiskyTruthyFalsyComparison: Operand of type Redis|false|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
app/src/Repository/ChargeRepository.php#L131
app/src/Repository/ChargeRepository.php:131:15: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
app/src/Repository/ChargeRepository.php#L152
app/src/Repository/ChargeRepository.php:152:15: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
app/src/Repository/ChargeRepository.php#L174
app/src/Repository/ChargeRepository.php:174:15: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
DeprecatedInterface:
app/src/Security/EncryptedEntityChecker.php#L11
app/src/Security/EncryptedEntityChecker.php:11:7: DeprecatedInterface: Spiral\Core\Container\SingletonInterface is marked deprecated (see https://psalm.dev/152)
|
RiskyTruthyFalsyComparison:
app/src/Service/Auth/GoogleAuthService.php#L121
app/src/Service/Auth/GoogleAuthService.php:121:38: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|