feat: add Laravel 11 support #115
static.yml
on: pull_request
Static analysis
/
Psalm
37s
Static analysis
/
PHPStan
30s
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.
|