Add context feature #2200
Annotations
6 errors
|
Static Analysis by Psalm (locked, 8.4, ubuntu-latest)
Process completed with exit code 2.
|
|
UnusedBaselineEntry:
src/MetadataHydrator.php#L0
src/MetadataHydrator.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedReturnStatement" has 1 extra entry. (see https://psalm.dev/316)
|
|
MixedArgumentTypeCoercion:
tests/Unit/MetadataHydratorTest.php#L509
tests/Unit/MetadataHydratorTest.php:509:76: MixedArgumentTypeCoercion: Argument 3 of Patchlevel\Hydrator\Middleware\Middleware::extract expects array<string, mixed>, but parent type array<array-key, mixed> provided (see https://psalm.dev/194)
|
|
MixedArgumentTypeCoercion:
tests/Unit/MetadataHydratorTest.php#L496
tests/Unit/MetadataHydratorTest.php:496:74: MixedArgumentTypeCoercion: Argument 3 of Patchlevel\Hydrator\Middleware\Middleware::hydrate expects array<string, mixed>, but parent type array<array-key, mixed> provided (see https://psalm.dev/194)
|
|
TooManyArguments:
src/Middleware/TransformMiddleware.php#L69
src/Middleware/TransformMiddleware.php:69:47: TooManyArguments: Too many arguments for method Patchlevel\Hydrator\Normalizer\Normalizer::denormalize - saw 2 (see https://psalm.dev/026)
|
|
MixedReturnStatement:
src/MetadataHydrator.php#L68
src/MetadataHydrator.php:68:16: MixedReturnStatement: Could not infer a return type (see https://psalm.dev/138)
|