Skip to content
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

docs: update symfony_attributes.rst with info about required library #2289

Closed
wants to merge 1 commit into from

Conversation

Oni4i
Copy link

@Oni4i Oni4i commented May 25, 2024

Found out that MapQueryString Attribute doesn't work without component symfony/property-access (ObjectNormalizer::class). And there is no info in doc about that, also the problem is not obvious for regular MapQueryString users as the exception highlight only that there is no normalizer that supports this

Q A
Updating doc? yes

Found out that MapQueryString Attribute doesn't work without component symfony/property-access (ObjectNormalizer::class). And there is no info in doc about that, also the problem is not obvious for regular MapQueryString users as the exception highlight only that there is no normalizer that supports this
@Oni4i Oni4i changed the title Update symfony_attributes.rst Update symfony_attributes.rst with info about required library May 26, 2024

.. code-block:: terminal

$ composer require symfony/property-access
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you mean the property-info component instead of property-access. property-access isn't used anywhere in this project.

Also symfony/property-info should be installed together with this project because it's required in package.json https://github.com/nelmio/NelmioApiDocBundle/blob/9379c44da4b4e6ef36a81f3135d3d158838a7c16/composer.json#L29C10-L29C31

@DjordyKoert DjordyKoert changed the title Update symfony_attributes.rst with info about required library docs: update symfony_attributes.rst with info about required library Jun 12, 2024
Copy link

@ToastM8 ToastM8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#2324 @

Copy link

@ToastM8 ToastM8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ToastM8
Copy link

ToastM8 commented Aug 1, 2024

/ #2289

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants