How to configure PreferThisOrSelfMethodCallRector to convert to static:: #7326
Unanswered
alexander-schranz
asked this question in
Q&A
Replies: 1 comment
|
This rule handles mainly PHPUnit test case calls pattern, see: Somebody prefer |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I could not find how to configure the
PreferThisOrSelfMethodCallRectorrule to conver to static.It tells:
Changes $this->... and static:: to self:: or vise versa for given type. So I think I can also convert tostatic::or is that not possible?All reactions