-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Fix #20276: Removed autogenerated migration phpdoc #20276
Fix #20276: Removed autogenerated migration phpdoc #20276
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #20276 +/- ##
=========================================
Coverage 64.84% 64.84%
Complexity 11399 11399
=========================================
Files 430 430
Lines 37137 37134 -3
=========================================
Hits 24080 24080
+ Misses 13057 13054 -3 ☔ View full report in Codecov by Sentry. |
a duplicate declaration of the class name is meaningless because the class name already tells the developer what kind of class it is |
8296c2d
to
d47845c
Compare
d47845c
to
bf3be9d
Compare
All good 👍 Please add a line to CHANGELOG. |
@samdark fixed, line added to CHANGELOG. |
bf3be9d
to
cd24009
Compare
Thank you! |
When renaming a class using automated tools (IDE), the class name in the comment is ignored and remains in its original form, which misleads the developer.
relevant for versions 2.2 and 2.0