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
/
php80
/
tests
/
Rector
History
Krystian Marcisz
41ab37165c
[PHP 8.0] Add FinalPrivateToPrivateVisibilityRector (
#4794
)
2020-12-05 22:33:30 +01:00
..
Catch_
/RemoveUnusedVariableInCatchRector
…
Class_
[PHP 8.0] Fix property removal in property promotion, if they have doctrine annotations (
#4752
)
2020-12-02 14:26:14 +00:00
ClassMethod
[PHP 8.0] Add FinalPrivateToPrivateVisibilityRector (
#4794
)
2020-12-05 22:33:30 +01:00
FuncCall
…
FunctionLike
/UnionTypesRector
…
Identical
Fix StrStartsWithRector to allow strpos not identical operation (
#4562
)
2020-11-08 23:35:05 +01:00
If_
/NullsafeOperatorRector
[PHP 8.0] Improve NullsafeOperatorRector : Check against !== null (
#4572
)
2020-11-11 11:48:47 +00:00
NotIdentical
/StrContainsRector
…
Switch_
/ChangeSwitchToMatchRector
…
Ternary
/GetDebugTypeRector
…