Skip to content

Lock file maintenance #338

Lock file maintenance

Lock file maintenance #338

Triggered via push March 15, 2024 13:06
Status Failure
Total duration 6m 0s
Artifacts
ci  /  Generate job matrix
8s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors
RiskyTruthyFalsyComparison: src/PubSubHubbub/AbstractCallback.php#L238
src/PubSubHubbub/AbstractCallback.php:238:43: 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/PubSubHubbub/AbstractCallback.php#L266
src/PubSubHubbub/AbstractCallback.php:266:15: RiskyTruthyFalsyComparison: Operand of type non-empty-string|null contains type non-empty-string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/PubSubHubbub/AbstractCallback.php#L294
src/PubSubHubbub/AbstractCallback.php:294:15: RiskyTruthyFalsyComparison: Operand of type non-empty-list<string>|scalar contains type scalar, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/PubSubHubbub/AbstractCallback.php#L298
src/PubSubHubbub/AbstractCallback.php:298:15: RiskyTruthyFalsyComparison: Operand of type non-empty-list<string>|scalar contains type scalar, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
PossiblyNullArgument: src/PubSubHubbub/AbstractCallback.php#L340
src/PubSubHubbub/AbstractCallback.php:340:20: PossiblyNullArgument: Argument 1 of strpos cannot be null, possibly null value provided (see https://psalm.dev/078)
InvalidNullableReturnType: src/PubSubHubbub/AbstractCallback.php#L349
src/PubSubHubbub/AbstractCallback.php:349:16: InvalidNullableReturnType: The declared return type 'string' for Laminas\Feed\PubSubHubbub\AbstractCallback::buildCallbackUrlFromOrigPathInfo is not nullable, but 'null|string' contains null (see https://psalm.dev/144)
RiskyTruthyFalsyComparison: src/PubSubHubbub/AbstractCallback.php#L354
src/PubSubHubbub/AbstractCallback.php:354: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)
PossiblyNullOperand: src/PubSubHubbub/AbstractCallback.php#L355
src/PubSubHubbub/AbstractCallback.php:355:13: PossiblyNullOperand: Cannot concatenate with a possibly null null|string (see https://psalm.dev/080)
NullableReturnStatement: src/PubSubHubbub/AbstractCallback.php#L357
src/PubSubHubbub/AbstractCallback.php:357:16: NullableReturnStatement: The declared return type 'string' for Laminas\Feed\PubSubHubbub\AbstractCallback::buildCallbackUrlFromOrigPathInfo is not nullable, but the function returns 'non-empty-string|null' (see https://psalm.dev/139)
RiskyTruthyFalsyComparison: src/PubSubHubbub/Subscriber.php#L782
src/PubSubHubbub/Subscriber.php:782: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)