fix(style): Add phpdoc_param_order rule and update namespace references in rector.php.#118
fix(style): Add phpdoc_param_order rule and update namespace references in rector.php.#118terabytesoftw merged 2 commits intomainfrom
phpdoc_param_order rule and update namespace references in rector.php.#118Conversation
…nces in `rector.php`.
📝 WalkthroughSummary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings. WalkthroughAdds a StyleCI PHPDoc rule, fully qualifies Rector class references by adding leading backslashes, and updates three internal PHP closures to use short arrow functions or more concise callbacks; no public API changes. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
📜 Recent review detailsConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used🧠 Learnings (1)📓 Common learnings🧬 Code graph analysis (1)src/Fallback/ComposerFallback.php (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (13)
🔇 Additional comments (2)
✏️ Tip: You can disable this entire section by setting Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #118 +/- ##
===========================================
Coverage 100.00% 100.00%
Complexity 359 359
===========================================
Files 26 26
Lines 821 823 +2
===========================================
+ Hits 821 823 +2 ☔ View full report in Codecov by Sentry. |
Pull Request