Skip to content

feat: add Laravel 11 support #115

feat: add Laravel 11 support

feat: add Laravel 11 support #115

Triggered via pull request February 25, 2024 18:17
Status Failure
Total duration 46s
Artifacts

static.yml

on: pull_request
Static analysis  /  Psalm
37s
Static analysis / Psalm
Static analysis  /  PHPStan
30s
Static analysis / PHPStan
Fit to window
Zoom out
Zoom in

Annotations

4 errors
RiskyTruthyFalsyComparison: src/Sabre/Server.php#L24
src/Sabre/Server.php:24:13: RiskyTruthyFalsyComparison: Operand of type bool|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: src/Sabre/Server.php#L35
src/Sabre/Server.php:35:13: RiskyTruthyFalsyComparison: Operand of type bool|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: src/Sabre/Server.php#L57
src/Sabre/Server.php:57:13: RiskyTruthyFalsyComparison: Operand of type bool|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)
Static analysis / Psalm
Process completed with exit code 2.