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 02:36:52 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
rector
/
rules
/
code-quality
/
tests
/
Rector
History
Tomas Votruba
ba1444959d
[TypeDeclaration] Improve param by caller type
#2
(
#5787
)
2021-03-07 14:27:17 +00:00
..
Array_
Make use of static reflection from PHPStan (
#5665
)
2021-02-28 08:47:48 +01:00
Assign
…
BooleanAnd
/SimplifyEmptyArrayCheckRector
…
BooleanNot
/SimplifyDeMorganBinaryRector
…
Catch_
/ThrowWithPreviousExceptionRector
[CodeQuality] Handle Named Argument in ThrowWithPreviousExceptionRector (
#5699
)
2021-02-28 10:35:09 +01:00
Class_
/CompleteDynamicPropertiesRector
include stubs in tests (
#5565
)
2021-02-15 20:50:26 +00:00
ClassMethod
/DateTimeToDateTimeInterfaceRector
[NodeTypeResolver] Handle object type or nullable object type from Parameter as Identifier (
#5686
)
2021-02-26 10:39:07 +01:00
Concat
/JoinStringConcatRector
…
Equal
/UseIdenticalOverEqualWithSameTypeRector
…
Expression
/InlineIfToExplicitIfRector
[CodeQuality] Mirror comment on InlineIfToExplicitIfRector (
#5643
)
2021-02-21 10:33:21 +01:00
For_
…
Foreach_
…
FuncCall
[CodeQuality] Add compact override protection (
#5428
)
2021-02-06 14:20:09 +00:00
FunctionLike
/RemoveAlwaysTrueConditionSetInConstructorRector
…
Identical
…
If_
…
Include_
/AbsolutizeRequireAndIncludePathRector
…
Isset_
/IssetOnPropertyObjectToPropertyExistsRector
[TypeDeclaration] Improve param by caller type
#2
(
#5787
)
2021-03-07 14:27:17 +00:00
LogicalAnd
…
Name
/FixClassCaseSensitivityNameRector
…
New_
/NewStaticToNewSelfRector
…
NotEqual
/CommonNotEqualRector
…
Return_
/SimplifyUselessVariableRector
[Tests] remove getPhpVersion() helped method, use configs instead (
#5477
)
2021-02-09 17:25:16 +00:00
Switch_
/SingularSwitchToIfRector
…
Ternary
…