Add missing optional parameters and getSupportedTypes method to seria… #12
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yaml
on: push
Easy Coding Standard
21s
PHPStan
18s
Matrix: phpunit
Annotations
5 errors
PHPStan:
src/HeadsnetMoneyBundle.php#L64
Cannot call method get() on Symfony\Component\DependencyInjection\ContainerInterface|null.
|
PHPStan:
src/Serializer/Normalizer/MoneyAsDecimalNormalizer.php#L39
Method Headsnet\MoneyBundle\Serializer\Normalizer\MoneyAsDecimalNormalizer::supportsNormalization() has parameter $context with no value type specified in iterable type array.
|
PHPStan:
src/Serializer/Normalizer/MoneyNormalizer.php#L34
Method Headsnet\MoneyBundle\Serializer\Normalizer\MoneyNormalizer::supportsNormalization() has parameter $context with no value type specified in iterable type array.
|
PHPStan:
src/Serializer/Normalizer/MoneyNormalizer.php#L48
Method Headsnet\MoneyBundle\Serializer\Normalizer\MoneyNormalizer::supportsDenormalization() has parameter $context with no value type specified in iterable type array.
|
PHPStan
Process completed with exit code 1.
|