Skip to content

Packages and server upgrade (#150) #139

Packages and server upgrade (#150)

Packages and server upgrade (#150) #139

Triggered via push May 5, 2024 15:24
Status Success
Total duration 12m 55s
Artifacts

quality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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)