Lock file maintenance #307
continuous-integration.yml
on: push
ci
/
Generate job matrix
9s
Matrix: ci / QA Checks
Annotations
12 errors
|
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/smd.md#L99
Unordered list indentation [Expected: 4; Actual: 2]
|
|
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/smd.md#L98
Unordered list indentation [Expected: 4; Actual: 2]
|
|
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/smd.md#L97
Unordered list indentation [Expected: 4; Actual: 2]
|
|
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/smd.md#L96
Unordered list indentation [Expected: 4; Actual: 2]
|
|
PossiblyFalseReference:
test/ServerTest.php#L119
test/ServerTest.php:119:54: PossiblyFalseReference: Cannot call method getCallback on possibly false value (see https://psalm.dev/105)
|
|
RiskyTruthyFalsyComparison:
src/Smd/Service.php#L446
src/Smd/Service.php:446:13: 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:
src/Smd/Service.php#L379
src/Smd/Service.php:379:21: RiskyTruthyFalsyComparison: Operand of type false|int<0, max> contains type int<0, max>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
|
PossiblyFalseArgument:
src/Server.php#L601
src/Server.php:601:40: PossiblyFalseArgument: Argument 1 of Laminas\Json\Server\Server::_dispatch cannot be false, possibly Laminas\Server\Method\Definition value expected (see https://psalm.dev/104)
|
|
PossiblyFalseArgument:
src/Server.php#L593
src/Server.php:593:13: PossiblyFalseArgument: Argument 3 of Laminas\Json\Server\Server::validateAndPrepareParams cannot be false, possibly Laminas\Server\Method\Definition value expected (see https://psalm.dev/104)
|
|
RiskyTruthyFalsyComparison:
src/Server.php#L551
src/Server.php:551:17: 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)
|
|
MixedArrayAccess:
src/Server.php#L415
src/Server.php:415:19: MixedArrayAccess: Cannot access array value on mixed variable $param (see https://psalm.dev/051)
|
|
RiskyTruthyFalsyComparison:
src/Request/Http.php#L27
src/Request/Http.php:27:15: 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)
|