Problem with OptionalParametersAfterRequiredRector #7397
alejomoreira
started this conversation in
General
Replies: 1 comment
-
Hi, it should handle the method calls as well: /~https://github.com/rectorphp/rector-src/blob/main/rules-tests/CodeQuality/Rector/ClassMethod/OptionalParametersAfterRequiredRector/Fixture/update_method_call.php.inc But possibly it misses some edge-case that is not covered yet. Could you provide test fixture with your use case? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Guys, when Is use the Rector\CodeQuality\Rector\ClassMethod\OptionalParametersAfterRequiredRector rule it looks like is not rewriting the call to the method, is there any way to do that, or we should change it manually for each call?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions