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-11-08 10:06:39 -05:00
..
Block Fix #4503 - don’t ignore assertions on possibly-null mixed 2020-11-08 10:06:39 -05:00
Expression Consolidate similar functionality 2020-11-07 00:58:20 -05:00
BreakAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
ContinueAnalyzer.php Fix a few bugs 2020-10-24 12:23:59 -04:00
EchoAnalyzer.php Fix #4503 - don’t ignore assertions on possibly-null mixed 2020-11-08 10:06:39 -05:00
ExpressionAnalyzer.php Prevent features pre-php-8 2020-10-14 17:09:56 -04:00
GlobalAnalyzer.php Misc improvements (#4314) 2020-10-15 13:23:35 -04:00
ReturnAnalyzer.php Fix comma 2020-10-27 09:13:57 -04: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 Detect more issues inside finally block 2020-09-21 15:16:19 -04:00
UnsetAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
UnusedAssignmentRemover.php Use array destructuring when possible (#4221) 2020-09-20 12:55:38 -04:00