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

patch: drop DoctrineAnnotations #677

Merged
merged 8 commits into from
Apr 13, 2024
Merged

Conversation

fogrye
Copy link
Contributor

@fogrye fogrye commented Apr 7, 2024

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: #675

fogrye added 2 commits April 7, 2024 13:06
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-commenter
Copy link

codecov-commenter commented Apr 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.31%. Comparing base (53f9d49) to head (ea1570b).
Report is 81 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

fogrye added 2 commits April 7, 2024 18:01
Currently, each parameter attribute is assigned to method's parameter instead of method, makes this check useless
@fogrye fogrye marked this pull request as draft April 7, 2024 16:08
Copy link
Collaborator

@oojacoboo oojacoboo left a 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.

@fogrye
Copy link
Contributor Author

fogrye commented Apr 8, 2024

@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?

@oojacoboo
Copy link
Collaborator

@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.

@fogrye fogrye marked this pull request as ready for review April 13, 2024 19:10
@oojacoboo oojacoboo merged commit 870b448 into thecodingmachine:master Apr 13, 2024
8 checks passed
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.

Time to drop annotations
3 participants