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-04 22:30:53 -05:00
..
Assignment Use more accurate types 2020-02-23 17:03:27 -05:00
Call Prevent self/static refs outside classes 2020-03-01 17:25:55 -05:00
Fetch Prevent self/static refs outside classes 2020-03-01 17:25:55 -05: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 Docblock-provided type is not inferred 2020-02-12 11:34:54 -05: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 #2910 - prevent ternaries from ever being considered valid reference 2020-03-04 22:30:53 -05: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