1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 09:47:29 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements
2023-06-19 21:24:46 +02:00
..
Block Don't update types of the outer scope when in an elseif conditional 2023-06-17 13:36:29 +01:00
Expression improve perfs for switch by not creating reverse assertions against constants 2023-06-19 21:24:46 +02:00
BreakAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
ContinueAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
EchoAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
ExpressionAnalyzer.php Introduce BeforeExpressionAnalysisEvent, fix array comparison 2023-04-30 12:12:00 +02:00
GlobalAnalyzer.php Allow @var annotations on global vars 2023-02-15 01:20:03 -04:00
ReturnAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
StaticAnalyzer.php Allow @var annotations on global vars 2023-02-15 01:20:03 -04:00
ThrowAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
UnsetAnalyzer.php Add Type::getIntRange 2023-06-17 12:24:09 +01:00
UnusedAssignmentRemover.php Require trailing commas 2022-12-18 13:20:31 -06:00