1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-16 03:17:02 +01:00
psalm/src/Psalm/Checker/Statements/Expression
2018-04-13 11:24:59 -04:00
..
Assignment Fix array key check after direct assignment 2018-04-09 18:02:45 -04:00
Call Don’t invalidate object vars after callmap functions 2018-04-13 11:24:59 -04:00
Fetch Propagate array key updates after assertions to base array 2018-04-11 14:19:42 -04:00
ArrayChecker.php Remove unnecessary @var annotations 2018-03-17 00:19:55 -04:00
AssertionFinder.php Fix #645 - add isa- prefix for strings as well as class constants 2018-04-05 12:03:36 -04:00
AssignmentChecker.php Allow mixed property assignment when the user wants it 2018-04-07 12:13:30 -04:00
BinaryOpChecker.php Fix #650 - be more judicious about inserting mixed into places 2018-04-06 18:28:22 -04:00
CallChecker.php Fix #654 - warn about MixedArgument when inferredType property does not exist 2018-04-07 15:16:46 -04:00
IncludeChecker.php Fix detecting relative paths on windows 2018-04-12 16:08:50 -04:00
TernaryChecker.php Fix issues found by detecting docblock type inconsistencies 2018-02-06 13:40:28 -05:00