1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-16 11:26:55 +01:00
psalm/src/Psalm/Checker/Statements/Expression
2018-06-08 20:06:05 -04:00
..
Assignment Allow constants in array offsets to be reasoned about 2018-05-31 16:49:01 -04:00
Call Fix #803 - trait methods are evaluated correctly now 2018-06-08 20:06:05 -04:00
Fetch Fix #798 - update magic property handling so it corresponds to PHP behaviour 2018-06-08 11:08:57 -04:00
ArrayChecker.php Fix #781 - prevent DuplicateArrayKey warning unnecessarily 2018-05-30 07:42:00 -04:00
AssertionFinder.php Fix #793 - make sure in_array informs literal types 2018-06-08 13:53:42 -04:00
AssignmentChecker.php Treat required files the same as the files that require them, reporting-wise 2018-05-30 16:19:18 -04:00
BinaryOpChecker.php Fix #801 - bust assertions on assignment in || op 2018-06-07 15:04:22 -04:00
CallChecker.php Fix variadic check for included file functions 2018-05-30 21:01:50 -04:00
IncludeChecker.php Treat required files the same as the files that require them, reporting-wise 2018-05-30 16:19:18 -04:00
TernaryChecker.php Fix #783 - allow ternarys to declare vars 2018-05-31 22:00:11 -04:00