1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 10:57:08 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements
2020-12-01 00:48:09 -05:00
..
Block Simplify storage and retrieval of extended template params 2020-11-29 15:05:32 -05:00
Expression Fix nullref 2020-12-01 00:48:09 -05:00
BreakAnalyzer.php Pass correct flags when referencing from finally 2020-11-25 14:04:55 -05:00
ContinueAnalyzer.php Pass correct flags when referencing from finally 2020-11-25 14:04:55 -05:00
EchoAnalyzer.php Fix #4599 - propagate taints to parent callers where necessary 2020-11-18 09:59:54 -05:00
ExpressionAnalyzer.php Simplify assertion negations, centralising as much as possible 2020-11-19 14:32:49 -05:00
GlobalAnalyzer.php
ReturnAnalyzer.php Ensure class template types are mapped to static methods where necessary 2020-11-29 17:40:52 -05:00
StaticAnalyzer.php Fix #4467 - variables are only the same if they were set in the same location 2020-11-01 11:26:42 -05:00
ThrowAnalyzer.php Pass correct flags when referencing from finally 2020-11-25 14:04:55 -05:00
UnsetAnalyzer.php
UnusedAssignmentRemover.php