We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.3.0 and later
symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php
Line 22 in d308e2c
symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php
Line 25 in d308e2c
On both these lines, the phpdoc return type is behind the method name, whilst it should be in front.
https://phpstan.org/r/af3fd1c7-38d4-4a3c-9f73-008c4e9d2f07
vs
https://phpstan.org/r/d131e2fa-55e3-4d72-b14f-81f84c399d86
Change
* @method getSupportedTypes(?string $format): array
to
* @method array getSupportedTypes(?string $format)
No response
The text was updated successfully, but these errors were encountered:
Can you please send a PR to fix this?
Sorry, something went wrong.
@method
df793d8
No branches or pull requests
Symfony version(s) affected
6.3.0 and later
Description
symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php
Line 22 in d308e2c
symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php
Line 25 in d308e2c
On both these lines, the phpdoc return type is behind the method name, whilst it should be in front.
How to reproduce
https://phpstan.org/r/af3fd1c7-38d4-4a3c-9f73-008c4e9d2f07
vs
https://phpstan.org/r/d131e2fa-55e3-4d72-b14f-81f84c399d86
Possible Solution
Change
to
Additional Context
No response
The text was updated successfully, but these errors were encountered: