-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
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
fix phpclass reference with namespaces #20822
base: 7.3
Are you sure you want to change the base?
Conversation
@@ -1388,12 +1388,12 @@ normalizers (in order of priority): | |||
want ``null`` instead, you can set the ``BackedEnumNormalizer::ALLOW_INVALID_VALUES`` option. | |||
|
|||
:class:`Symfony\\Component\\Serializer\\Normalizer\\NumberNormalizer` | |||
This normalizer converts between :phpclass:`BcMath\\Number` or :phpclass:`GMP` objects and | |||
This normalizer converts between :phpclass:`BcMath\Number` or :phpclass:`GMP` objects and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@OskarStark Does doctor-rst require an update to also handle symfony-tools/docs-builder#190?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder why class requires double slash, but phpclass doesn't. Don't they use the exact same rst feature?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @xabbuh
Sorry for these mistakes
The link is currently broken (see https://symfony.com/doc/7.3/serializer.html).