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-07-13 09:58:35 -04:00
..
Assignment Improve test coverage of PropertyAssignmentChecker 2018-06-10 10:02:46 -04:00
Call Use continue 2 in place of continue 2018-07-12 18:04:05 -04:00
Fetch Fix #866 - prevent false positive inside do 2018-07-12 12:08:15 -04:00
ArrayChecker.php Fix #781 - prevent DuplicateArrayKey warning unnecessarily 2018-05-30 07:42:00 -04:00
AssertionFinder.php Fix nullref 2018-07-13 09:58:35 -04:00
AssignmentChecker.php Fix #822 - improve dead code detection on assignop expressions 2018-06-16 23:40:25 -04:00
BinaryOpChecker.php Fix checks for possibly null right part of binary op 2018-07-03 19:52:40 -04:00
CallChecker.php Fix #873 - allow unpacking of all iterables 2018-07-09 09:59:51 -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