-
Notifications
You must be signed in to change notification settings - Fork 59
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
Rename variadic parameter is not break BC #733
Comments
Could we have that in a test case, perhaps? 🤔 |
Example of false-positive result: https://github.com/yiisoft/data/actions/runs/3999454619/jobs/6863373008 |
I would need a patch touching these files: BackwardCompatibilityCheck/src/DetectChanges/BCBreak/FunctionBased/ParameterNameChanged.php Lines 36 to 75 in 47df2c2
Lines 22 to 23 in 47df2c2
|
change to
This is not break BC.
All data pass to variadic parameter when named arguments used. For example: https://3v4l.org/stRQl
The text was updated successfully, but these errors were encountered: