1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-16 03:17:02 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Fetch
orklah 79478a60b1
Allow class constant as offset key (#5943)
* allow class-constant as an array offset when the type match

* remove object with __toString as a possible offset as it's not valid
2021-06-17 18:15:57 -04:00
..
ArrayFetchAnalyzer.php Allow class constant as offset key (#5943) 2021-06-17 18:15:57 -04:00
AtomicPropertyFetchAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
ClassConstFetchAnalyzer.php Detect unused return values (#5917) 2021-06-10 14:18:15 -04:00
ConstFetchAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
InstancePropertyFetchAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
StaticPropertyFetchAnalyzer.php Detect unused return values (#5917) 2021-06-10 14:18:15 -04:00
VariableFetchAnalyzer.php Detect unused return values (#5917) 2021-06-10 14:18:15 -04:00