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-23 11:14:38 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
rector
/
rules
/
php70
/
tests
/
Rector
History
Dmytro Naumenko
7d56c0aad9
Fix variable name resolving for static method calls (
#4021
)
...
* Fix variable name resolving for static method calls * Enhanced error reporting
2020-08-27 10:59:10 +02:00
..
Assign
[DX] Rename namespaces respect node type (
#3973
)
2020-08-18 17:57:30 +02:00
Break_
/BreakNotInLoopOrSwitchToReturnRector
…
ClassMethod
/Php4ConstructorRector
[DX] Rename namespaces respect node type (
#3973
)
2020-08-18 17:57:30 +02:00
FuncCall
Fix variable name resolving for static method calls (
#4021
)
2020-08-27 10:59:10 +02:00
FunctionLike
/ExceptionHandlerTypehintRector
[DX] Rename namespaces respect node type (
#3973
)
2020-08-18 17:57:30 +02:00
If_
/IfToSpaceshipRector
…
List_
/EmptyListRector
[DX] Rename namespaces respect node type (
#3973
)
2020-08-18 17:57:30 +02:00
MethodCall
/ThisCallOnStaticMethodToStaticCallRector
…
StaticCall
/StaticCallOnNonStaticToInstanceCallRector
Add failing test case for
#3981
(
#3986
)
2020-08-19 15:45:50 +02:00
Switch_
/ReduceMultipleDefaultSwitchRector
…
Ternary
…
Variable
/WrapVariableVariableNameInCurlyBracesRector
…