-
-
Notifications
You must be signed in to change notification settings - Fork 840
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
feat(#2212): support type info component #2349
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DjordyKoert
added a commit
that referenced
this pull request
Oct 17, 2024
Cleans up the return value while determining if a class needs to be described. Taken from #2349
# Conflicts: # src/ModelDescriber/ObjectModelDescriber.php # tests/Functional/Fixtures/MapQueryStringController.json # tests/Functional/Fixtures/MapRequestPayloadController.json
DjordyKoert
force-pushed
the
2212-type-info
branch
from
October 18, 2024 13:20
c99d116
to
79b1bdc
Compare
DjordyKoert
force-pushed
the
2212-type-info
branch
from
January 17, 2025 20:51
9f827c7
to
1a7197d
Compare
DjordyKoert
force-pushed
the
2212-type-info
branch
from
January 17, 2025 20:54
1a7197d
to
37a4aa8
Compare
DjordyKoert
force-pushed
the
2212-type-info
branch
from
January 17, 2025 21:22
6fbac8c
to
a3692c8
Compare
DjordyKoert
changed the title
feat(#2212): support experimental type info component
feat(#2212): support type info component
Jan 17, 2025
DjordyKoert
force-pushed
the
2212-type-info
branch
from
January 18, 2025 15:26
112972e
to
3851753
Compare
9 tasks
DjordyKoert
added a commit
that referenced
this pull request
Jan 19, 2025
## Description Fixes deprecation warning for usage of "tagged" that got added with #2349 #2410 ## What type of PR is this? (check all applicable) - [x] Bug Fix - [ ] Feature - [ ] Refactor - [ ] Deprecation - [ ] Breaking Change - [ ] Documentation Update - [ ] CI ## Checklist - [ ] I have made corresponding changes to the documentation (`docs/`) - [ ] I have made corresponding changes to the changelog (`CHANGELOG.md`)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds support for Symfony's type-info component for describing properties.
Closes #2212, Fixes #2323, Fixes #1542, Fixes #2272
What type of PR is this? (check all applicable)
Checklist
docs/
)CHANGELOG.md
)