build #146
build.yml
on: schedule
Code style (phpcs)
7s
Code style (php-cs-fixer)
9s
Code analysis (phpstan)
24s
Code analysis (psalm)
12s
Matrix: tests
Annotations
3 errors and 2 warnings
Code style (php-cs-fixer)
Process completed with exit code 1.
|
RiskyTruthyFalsyComparison:
src/Signers/SignCapsuleMethodTrait.php#L20
src/Signers/SignCapsuleMethodTrait.php:20:16: RiskyTruthyFalsyComparison: Operand of type 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)
|
Code analysis (psalm)
Process completed with exit code 2.
|
Code style (php-cs-fixer):
src/Capsules/ObtainRelated.php#L1
Found violation(s) of type: fully_qualified_strict_types
|
Code style (php-cs-fixer):
src/Capsules/ObtainRelated.php#L1
Found violation(s) of type: no_unused_imports
|