-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[PropertyInfo] Auto-enable PropertyInfo component #27429
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
Conversation
To be fair, this could even be considered as a bug and added from 3.4. WDYT? |
There is a test that ensures that property info is disabled by default. Did I miss something or should I remove it? |
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.
It has been forgotten when migrating from the fullstack framework to Flex. It's also a bug fix for me.
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.
Should be done on master (not a bug).
(removed the test that forces the property info to be disabled) |
AppVeyor's failure is unrelated. |
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.
Good catch
e9e36a5
to
06ea72e
Compare
Thank you @sroze. |
This PR was squashed before being merged into the 4.2-dev branch (closes #27429). Discussion ---------- [PropertyInfo] Auto-enable PropertyInfo component | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ø | License | MIT | Doc PR | ø The PropertyInfo component (used by the Serializer to provide more insights from PhpDocs, etc...) is disabled by default, not sure why. This enables it by default when the component is installed. Commits ------- 06ea72e [PropertyInfo] Auto-enable PropertyInfo component
The PropertyInfo component (used by the Serializer to provide more insights from PhpDocs, etc...) is disabled by default, not sure why. This enables it by default when the component is installed.