-
-
Notifications
You must be signed in to change notification settings - Fork 841
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(symfony): describe MapUploadedFile property #2418
base: master
Are you sure you want to change the base?
Conversation
5cc5688
to
9f80b3c
Compare
Had to update my branch a few times to get rid of a merge requirement - didn't expect |
9f80b3c
to
f41a273
Compare
Do we need to update the major version in NelmioApiDocBundle/.doctor-rst.yaml Line 56 in 8e56941
|
f41a273
to
45f5e86
Compare
PHPStan fails as Symfony packages are locked to 7.0 by
When / how do we change this? |
Fixed in #2419 |
Yeah bumping that version and removing the old referenced to 6.x in the docs will fix it |
45f5e86
to
fab548d
Compare
I just rebased my branch on current master to make checks to include your changes from #2419. As I do not fully understand the ReStructured docs |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2418 +/- ##
==========================================
+ Coverage 89.53% 89.60% +0.06%
==========================================
Files 78 79 +1
Lines 2915 2933 +18
==========================================
+ Hits 2610 2628 +18
Misses 305 305 ☔ View full report in Codecov by Sentry. |
Description
Added support for the
#[MapUploadedFile]
Symfony controller argument attribute.What type of PR is this? (check all applicable)
Checklist
docs/
)CHANGELOG.md
)