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/Expression/Fetch
2021-11-06 21:49:42 +01:00
..
ArrayFetchAnalyzer.php fix literal string access on a non empty array 2021-10-22 18:17:08 +02:00
AtomicPropertyFetchAnalyzer.php better understands value and name properties for enum 2021-11-06 21:49:42 +01:00
ClassConstFetchAnalyzer.php use of strtolower only once 2021-10-13 20:16:06 +02:00
ConstFetchAnalyzer.php replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
InstancePropertyFetchAnalyzer.php replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
StaticPropertyFetchAnalyzer.php replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
VariableFetchAnalyzer.php makes $_SESSION possibly undefined 2021-11-04 22:38:31 +01:00