-
Notifications
You must be signed in to change notification settings - Fork 100
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
patch: drop DoctrineAnnotations #677
Conversation
BC: AnnotationReader constructor changed and it's methods stops triggering exceptions TestControllerWithInvalidParameterAnnotation deleted as `for` is ignored when `HideParameter` used as parameter attribute Also attribute exceptions and classes polished Fixes: thecodingmachine#675
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #677 +/- ##
============================================
- Coverage 95.72% 95.31% -0.41%
- Complexity 1773 1809 +36
============================================
Files 154 171 +17
Lines 4586 4783 +197
============================================
+ Hits 4390 4559 +169
- Misses 196 224 +28 ☔ View full report in Codecov by Sentry. |
Currently, each parameter attribute is assigned to method's parameter instead of method, makes this check useless
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.
Thanks again for this PR! I've finished reviewing it - just some small changes.
@oojacoboo I marked this PR as draft because I though it would be nice to fix documentation with it (and remove php7 examples as we do not support it). Or I can have make that in separate PR. What is better for you? |
Agreed. Let's update the docs in this PR. |
BC: AnnotationReader constructor changed and it's methods stops triggering exceptions
TestControllerWithInvalidParameterAnnotation deleted as
for
is ignored whenHideParameter
used as parameter attributeAlso attribute exceptions and classes polished
Fixes: #675