Bump codecov/codecov-action from 4 to 5 in the all-actions group #176
php.yml
on: pull_request
Annotations
9 errors
ArgumentTypeCoercion:
src/Controller/DiscoPower.php#L61
src/Controller/DiscoPower.php:61:48: ArgumentTypeCoercion: Argument 2 of preg_match expects string, but parent type null|scalar provided (see https://psalm.dev/193)
|
PossiblyNullArgument:
src/Controller/DiscoPower.php#L61
src/Controller/DiscoPower.php:61:48: PossiblyNullArgument: Argument 2 of preg_match cannot be null, possibly null value provided (see https://psalm.dev/078)
|
ArgumentTypeCoercion:
src/Controller/DiscoPower.php#L64
src/Controller/DiscoPower.php:64:36: ArgumentTypeCoercion: Argument 1 of Symfony\Component\HttpFoundation\JsonResponse::setCallback expects null|string, but parent type null|scalar provided (see https://psalm.dev/193)
|
PossiblyInvalidArgument:
src/PowerIdPDisco.php#L239
src/PowerIdPDisco.php:239:41: PossiblyInvalidArgument: Argument 1 of parse_url expects string, but possibly different type non-empty-array<int|non-empty-string, array<int|non-empty-string, mixed>|string>|string provided (see https://psalm.dev/092)
|
RiskyTruthyFalsyComparison:
src/PowerIdPDisco.php#L316
src/PowerIdPDisco.php:316:18: 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)
|
RedundantCast:
src/PowerIdPDisco.php#L400
src/PowerIdPDisco.php:400:16: RedundantCast: Redundant cast to string (see https://psalm.dev/262)
|
DocblockTypeContradiction:
src/PowerIdPDisco.php#L404
src/PowerIdPDisco.php:404:17: DocblockTypeContradiction: string does not contain false (see https://psalm.dev/155)
|
PossiblyUndefinedArrayOffset:
src/PowerIdPDisco.php#L448
src/PowerIdPDisco.php:448:26: PossiblyUndefinedArrayOffset: Possibly undefined array key $tmp[1] on list{0: string, 1?: string} (see https://psalm.dev/167)
|
Quality control
Process completed with exit code 2.
|