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
2020-01-21 10:13:37 -05:00
..
Assignment Fix typo 2020-01-07 01:06:51 -05:00
Call Fix impossible isset checks 2020-01-14 21:54:02 -05:00
Fetch Fix #2644 - improve type inference of autoloaded constants 2020-01-17 09:52:43 -05:00
ArrayAnalyzer.php Fix #2552 - add parse error when encountering empty array values 2020-01-04 16:33:02 -05:00
AssertionFinder.php Fix #2645 - add workarounds for some edgecases 2020-01-17 10:25:05 -05:00
AssignmentAnalyzer.php Fix #2574 - remove assertions after increment 2020-01-09 11:51:56 -05:00
BinaryOpAnalyzer.php Allow checking $_SESSION for null without altering type 2020-01-14 21:51:04 -05:00
CallAnalyzer.php Allow unpacking of list args with known elements 2020-01-21 10:13:37 -05:00
IncludeAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
TernaryAnalyzer.php Fix #2508 - don’t replace templated types with generic ones inside own function 2019-12-28 18:38:02 -05:00