1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 19:07:00 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
2020-03-11 12:24:25 -04:00
..
Assignment Fix improper property var calculation 2020-03-11 11:03:27 -04:00
Call Break out purity checks 2020-03-11 12:24:25 -04:00
Fetch Fix #2935 - make handling of templated properties much less hacky 2020-03-09 09:59:02 -04:00
ArrayAnalyzer.php Prevent more array<mixed, ...> construction 2020-02-22 12:20:03 -05:00
AssertionFinder.php Fix return type checks 2020-02-22 11:28:24 -05:00
AssignmentAnalyzer.php Fix #2940 - fix array offset assignment under ??= 2020-03-09 14:09:41 -04:00
BinaryOpAnalyzer.php Fix #2866 - prevent use of impure __toString via concatenation in pure contexts 2020-02-24 14:50:34 -05:00
CallAnalyzer.php Fix #2942 - support array_splice properly for numeric-keyed arrays 2020-03-09 01:15:52 -04:00
IncludeAnalyzer.php make skipping of checks after invalid includes configurable 2020-02-27 18:49:23 -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