-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add new sniff to detect and remove constructor @return docs #157
Add new sniff to detect and remove constructor @return docs #157
Conversation
d0a5198
to
a917e01
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #157 +/- ##
============================================
- Coverage 97.99% 97.96% -0.04%
+ Complexity 886 873 -13
============================================
Files 39 39
Lines 2647 2603 -44
============================================
- Hits 2594 2550 -44
Misses 53 53 ☔ View full report in Codecov by Sentry. |
a917e01
to
a0d7eb1
Compare
a0d7eb1
to
74195d7
Compare
Inspired by your docblock fixes. |
LGTM. The removal looks a little bit complex, more yet, I must confess that I was sure that the fixer had some utility function to remove lines, but I was wrong and it only has functions to add new ones ( |
pong! |
74195d7
to
7cd3704
Compare
I agree - there should really be a removeLine!! Drives me mad that there isn't. @marinaglancy are you able to review this? |
7cd3704
to
0e513c4
Compare
833478c
to
b25ab9a
Compare
I've amended the commit to resolve the changelog conflicts. |
b25ab9a
to
9573f90
Compare
9573f90
to
228d21b
Compare
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.
This looks good enough for me, I've rebased it again and going to merge it now, towards a moodle-cs release in minutes... thanks!
No description provided.