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 10:43:35 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
rector
/
rules
/
php80
/
tests
/
Rector
History
Tomas Votruba
afdf5839e7
[testing] change provideConfigFileInfo() to provideConfigFilePath() (
#5518
)
2021-02-12 19:19:40 +01:00
..
Catch_
/RemoveUnusedVariableInCatchRector
…
Class_
[testing] change provideConfigFileInfo() to provideConfigFilePath() (
#5518
)
2021-02-12 19:19:40 +01:00
ClassMethod
[PHP 8.0] skip alternative arg count (
#5283
)
2021-01-22 09:37:29 +00:00
FuncCall
…
FunctionLike
/UnionTypesRector
add FalseBooleanType and UnionType false support (
#5228
)
2021-01-18 19:23:10 +00:00
Identical
…
If_
/NullsafeOperatorRector
Add promoted property in PHP 8.0, when adding a ctor dependency (
#5222
)
2021-01-18 13:09:48 +00:00
NotIdentical
/StrContainsRector
…
Switch_
/ChangeSwitchToMatchRector
Fix match without return (
#5237
)
2021-01-22 01:20:13 +01:00
Ternary
/GetDebugTypeRector
…