Bugfix PodcastIndex: Set funding tag, not locked #364
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
7s
Matrix: ci / QA Checks
Annotations
17 errors
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
test/Writer/Renderer/Extension/PodcastIndex/FeedTest.php#L58
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space
|
|
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
test/Writer/Renderer/Extension/PodcastIndex/FeedTest.php#L42
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space
|
|
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
test/Writer/Renderer/Extension/PodcastIndex/FeedTest.php#L13
Property \LaminasTest\Feed\Writer\Renderer\Extension\PodcastIndex\FeedTest::$validWriter does not have @var annotation for its value.
|
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
test/Writer/Renderer/Extension/PodcastIndex/FeedTest.php#L10
Header blocks must be separated by a single blank line
|
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
test/Writer/Renderer/Extension/PodcastIndex/FeedTest.php#L8
Use statements should be sorted alphabetically. The first wrong one is Laminas\Feed\Reader.
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
RiskyTruthyFalsyComparison:
src/PubSubHubbub/AbstractCallback.php#L298
src/PubSubHubbub/AbstractCallback.php:298:15: RiskyTruthyFalsyComparison: Operand of type non-empty-list<string>|null|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#L294
src/PubSubHubbub/AbstractCallback.php:294:15: RiskyTruthyFalsyComparison: Operand of type non-empty-list<string>|null|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#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#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)
|