-
-
Notifications
You must be signed in to change notification settings - Fork 27
chore(deps): update huangdijia/php-coding-standard to ^2.4 #911
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
Conversation
Updates the PHP coding standard package from ^2.0 to ^2.4 to get the latest improvements and fixes.
|
Caution Review failedThe pull request is closed. Walkthrough该 PR在全仓库范围内将可空联合类型统一为“null|…”顺序,涉及PHPDoc注释、属性/参数/返回类型与少量方法签名的等价次序调整;个别构造/函数参数的联合顺序更新到 null 优先。composer.json 升级了开发依赖 huangdijia/php-coding-standard 至 ^2.4。 Changes
Sequence Diagram(s)(无) Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (99)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 PHPStan (2.1.17)At least one path must be specified to analyse. 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 |
Reorders union types to follow null-first convention and applies other code style improvements as required by the updated huangdijia/php-coding-standard package. This commit includes automatic fixes across multiple components: - Union type reordering (Type|null → null|Type) - Consistent formatting and style improvements - No functional changes, only code style compliance
Summary
huangdijia/php-coding-standardpackage from^2.0to^2.4Test plan
Summary by CodeRabbit
说明:本次变更不涉及运行时逻辑调整与功能改动,现有 API 行为不受影响。