rector/src/NodeAnalyzer
Abdul Malik Ikhsan dc9189280f
[PHPStan] Update to PHPStan ^1.7.0 (#2354)
* [PHPStan] Update to PHPStan ^1.7.0

* [ci-review] Rector Rectify

* [ci-review] Rector Rectify

* already 1.7.1

* skip pull from PHPStan PhpPropertyReflection

* rename fixture

* debug

* Fixed 🎉

* keep mysqli object use case

Co-authored-by: GitHub Action <action@github.com>
2022-05-24 19:55:12 +07:00
..
ArgsAnalyzer.php [DowngradePhp80] Use ArgsAnalyzer for has named args check (#1651) 2022-01-09 14:23:45 +01:00
CallAnalyzer.php [Core] Merge BetterNodeFinder findFirstPreviousOfNode() with findFirstPrevious() (#2213) 2022-05-02 14:39:52 +02:00
ClassAnalyzer.php [Rectify] [Php81] Enable Rectify on Readonly Property only (#1384) 2021-12-04 15:32:52 +03:00
CoalesceAnalyzer.php [DowngradePhp70] Allow property fetch and static property fetch on DowngradeNullCoalesceRector (#540) 2021-07-29 09:16:05 +02:00
CompactFuncCallAnalyzer.php [Rectify] [Php81] Enable Rectify on Readonly Property only (#1384) 2021-12-04 15:32:52 +03:00
ConstFetchAnalyzer.php [CodingStyle] Add NewlineAfterStatementRector (#787) 2021-08-30 10:13:52 +02:00
EnumAnalyzer.php [Rectify] [Php81] Enable Rectify on Readonly Property only (#1384) 2021-12-04 15:32:52 +03:00
ExprAnalyzer.php Fix Scalar_Encapsed node as dynamic in ExprAnalyzer::isDynamicExpr() (#2309) 2022-05-14 09:36:09 +07:00
InlineHTMLAnalyzer.php [Rectify] [Php81] Enable Rectify on Readonly Property only (#1384) 2021-12-04 15:32:52 +03:00
ParamAnalyzer.php [DeadCode] Skip used in compact() on RemoveUnusedConstructorParamRector (#2345) 2022-05-22 13:42:14 +02:00
PromotedPropertyParamCleaner.php Add promoted property in PHP 8.0, when adding a ctor dependency (#5222) 2021-01-18 13:09:48 +00:00
PropertyAnalyzer.php [TypeDeclaration] Improve assign/constructor rules (#1499) 2021-12-15 15:32:57 +01:00
PropertyFetchAnalyzer.php [Core] Use PropertyFetchAnalyzer::isFilledViaMethodCallInConstructStmts() in ConstructorAssignDetector::isPropertyAssigned() (#2351) 2022-05-23 21:06:50 +07:00
PropertyPresenceChecker.php [PHPStan] Update to PHPStan ^1.7.0 (#2354) 2022-05-24 19:55:12 +07:00
ScopeAnalyzer.php [Core] Add ScopeAnalyzer service to verify if Node is Scope aware (#2311) 2022-05-14 13:25:29 +02:00
UnreachableStmtAnalyzer.php [Core] Handle Previous Stmt not Stmt on UnreachableStmtAnalyzer (#2353) 2022-05-24 08:59:18 +00:00
VariableAnalyzer.php [Core] Merge BetterNodeFinder findFirstPreviousOfNode() with findFirstPrevious() (#2213) 2022-05-02 14:39:52 +02:00
VariadicAnalyzer.php [Rectify] [Php81] Enable Rectify on Readonly Property only (#1384) 2021-12-04 15:32:52 +03:00