Skip to content

Ngstack 1017 hydra pagination enrichment feature #49

Ngstack 1017 hydra pagination enrichment feature

Ngstack 1017 hydra pagination enrichment feature #49

Triggered via pull request February 27, 2026 14:52
Status Failure
Total duration 24s
Artifacts

static_analysis.yml

on: pull_request
Matrix: static-analysis
Fit to window
Zoom out
Zoom in

Annotations

5 errors
phpstan
Process completed with exit code 1.
phpstan: src/ApiPlatform/Hydra/Serializer/PartialCollectionViewNormalizerDecorator.php#L79
PHPDoc tag `@return` with type array<string, bool|null> is incompatible with native type bool.
phpstan: src/ApiPlatform/Hydra/Serializer/PartialCollectionViewNormalizerDecorator.php#L79
Method Netgen\ApiPlatformExtras\ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizerDecorator::isCursorPaginationEnabled() has parameter $context with no value type specified in iterable type array.
phpstan: src/ApiPlatform/Hydra/Serializer/PartialCollectionViewNormalizerDecorator.php#L63
Call to function method_exists() with Symfony\Component\Serializer\Normalizer\NormalizerInterface and 'getSupportedTypes' will always evaluate to true.
phpstan: src/ApiPlatform/Hydra/Serializer/PartialCollectionViewNormalizerDecorator.php#L48
Casting to int something that's already int.