This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
rector
Watch
1
Star
0
Fork
0
You've already forked rector
mirror of
https://github.com/rectorphp/rector.git
synced
2025-02-22 18:54:39 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
rector
/
rules
/
Transform
/
ValueObject
History
Tomas Votruba
758a350d87
Updated Rector to commit 6af13d7b76234edf43dbb0b4c533912cec19f971
2021-05-12 13:15:45 +00:00
..
ArgumentFuncCallToMethodCall.php
Updated Rector to commit 6af13d7b76234edf43dbb0b4c533912cec19f971
2021-05-12 13:15:45 +00:00
ArrayFuncCallToMethodCall.php
…
CallableInMethodCallToVariable.php
…
ClassConstFetchToValue.php
…
DimFetchAssignToMethodCall.php
…
FuncCallToMethodCall.php
…
FuncCallToStaticCall.php
…
FunctionToStaticCall.php
…
GetAndSetToMethodCall.php
…
MethodCallToAnotherMethodCallWithArguments.php
…
MethodCallToReturn.php
…
MethodCallToStaticCall.php
…
NewArgToMethodCall.php
…
NewToMethodCall.php
…
NewToStaticCall.php
…
ParentClassToTraits.php
…
PropertyAndClassMethodName.php
…
PropertyAssignToMethodCall.php
…
PropertyFetchToMethodCall.php
Updated Rector to commit 6af13d7b76234edf43dbb0b4c533912cec19f971
2021-05-12 13:15:45 +00:00
ReplaceParentCallByPropertyCall.php
…
ServiceGetterToConstructorInjection.php
…
SingleToManyMethod.php
…
StaticCallToFuncCall.php
…
StaticCallToMethodCall.php
…
StaticCallToNew.php
…
StringToClassConstant.php
…
UnsetAndIssetToMethodCall.php
…
VariableMethodCallToServiceCall.php
…
WrapReturn.php
…