1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-10 06:58:41 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements
orklah 78a4c78187
Merge pull request #6718 from orklah/5651
fix literal string access on a non empty array
2021-10-23 12:11:39 +02:00
..
Block fix regression 2021-10-21 21:10:12 +02:00
Expression fix literal string access on a non empty array 2021-10-22 18:17:08 +02:00
BreakAnalyzer.php
ContinueAnalyzer.php
EchoAnalyzer.php replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
ExpressionAnalyzer.php suppress or use the return type 2021-10-11 17:27:52 +02:00
GlobalAnalyzer.php
ReturnAnalyzer.php
StaticAnalyzer.php
ThrowAnalyzer.php
UnsetAnalyzer.php
UnusedAssignmentRemover.php