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-19 07:40:49 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
rector
/
rules
/
DeadCode
History
Tomas Votruba
8b402bfe02
Make use of File object instead of passing around provider of file info, tokens, stmts etc. (
#6110
)
...
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
2021-04-13 00:12:48 +00:00
..
Comparator
…
Contract
…
FeatureSupport
…
NodeAnalyzer
Remove buggy rules that depend on false condition of all class and calls analysis, to improve static reflection (
#5958
)
2021-03-23 23:13:35 +01:00
NodeCollector
[DeadCode] Remove RemoveUnusedParameterRector (
#5888
)
2021-03-18 01:10:37 +01:00
NodeFinder
…
NodeManipulator
Remove buggy rules that depend on false condition of all class and calls analysis, to improve static reflection (
#5958
)
2021-03-23 23:13:35 +01:00
PhpDoc
Remove mapToDocString() and use describe() instead (
#6095
)
2021-04-10 23:28:08 +00:00
Rector
Make use of File object instead of passing around provider of file info, tokens, stmts etc. (
#6110
)
2021-04-13 00:12:48 +00:00
SideEffect
[CodeQualityStrict] Skip MoveVariableDeclarationNearReferenceRector on pass impure function (
#6090
)
2021-04-10 19:45:46 +02:00
ValueObject
Remove dynamic type checks
#2
(
#5941
)
2021-03-21 21:31:18 +00:00
ConditionEvaluator.php
…
ConditionResolver.php
…
UselessIfCondBeforeForeachDetector.php
…