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
/
coding-style
/
tests
/
Rector
History
Leonardo Losoviz
7794d819c4
Fixed typo: Alais => Alias (
#4856
)
2020-12-11 14:55:24 +01:00
..
Assign
…
Catch_
/CatchExceptionNameMatchingTypeRector
…
Class_
/AddArrayDefaultToArrayPropertyRector
…
ClassConst
…
ClassMethod
[DeadDocBlock] decouple return and param rules (
#4782
)
2020-12-05 00:31:05 +00:00
Encapsed
…
FuncCall
…
Function_
/CamelCaseFunctionNamingToUnderscoreRector
…
If_
/NullableCompareToNullRector
…
Include_
/FollowRequireByDirRector
…
MethodCall
[CodingStyle] Add static support to PreferThisOrSelfMethodCallRector (
#4660
)
2020-11-19 12:37:50 +00:00
Namespace_
/ImportFullyQualifiedNamesRector
Fixed typo: Alais => Alias (
#4856
)
2020-12-11 14:55:24 +01:00
Plus
/UseIncrementAssignRector
…
String_
…
Switch_
/BinarySwitchToIfElseRector
…
Ternary
/TernaryConditionVariableAssignmentRector
…
Throw_
/AnnotateThrowablesRector
[PHPStanExtensions] Add ForbiddenMethodCallOnTypeRule + move from docComment and Comments to PhpDocInfo (
#4780
)
2020-12-05 00:22:12 +01:00
Use_
…