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
2021-03-31 10:08:52 -04:00
..
Block Taint mixed keys too 2021-03-24 16:42:30 -04:00
Expression Fix #5542 - nullsafe method calls are assumed used 2021-03-31 10:08:52 -04:00
BreakAnalyzer.php
ContinueAnalyzer.php
EchoAnalyzer.php Detect mixed echo argument when unused variable detection is turned on 2021-03-20 20:53:51 -04:00
ExpressionAnalyzer.php display PHP version when not understanding an expression (#5268) 2021-02-22 13:15:34 -05:00
GlobalAnalyzer.php Track references on global variables (#5122) 2021-01-28 18:58:02 -05:00
ReturnAnalyzer.php Add use statements 2021-03-20 22:17:22 -04:00
StaticAnalyzer.php Fix a few issues 2020-12-01 18:26:15 -05:00
ThrowAnalyzer.php
UnsetAnalyzer.php Unset should change array with keyed offsets 2021-01-13 18:10:59 -05:00
UnusedAssignmentRemover.php