1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-05 12:38:35 +01:00
psalm/src/Psalm/Checker/Statements/Expression
2018-08-24 16:48:14 -04:00
..
Assignment Fix #918 - improve handling of associative array offsets 2018-08-21 00:28:39 -04:00
Call Fix #952 - improve checks for string array offsets 2018-08-21 11:40:29 -04:00
Fetch Fix #957 - allow assertions on $_GET, $_POST, $_SERVER etc 2018-08-24 16:48:14 -04:00
ArrayChecker.php Fix #927 - improve typing of object-like arrays containing class like strings 2018-08-08 21:31:13 -04:00
AssertionFinder.php Fix #927 - improve typing of object-like arrays containing class like strings 2018-08-08 21:31:13 -04:00
AssignmentChecker.php Fix #947 - interpret type hints of unpacked args 2018-08-20 22:11:01 -04:00
BinaryOpChecker.php Fix #957 - allow assertions on $_GET, $_POST, $_SERVER etc 2018-08-24 16:48:14 -04:00
CallChecker.php Fix #955 - always check third argument of array_splice 2018-08-24 16:12:07 -04:00
IncludeChecker.php Fix #908 - dont’t emit UnresolvableInclude after file_exists check 2018-08-09 23:29:30 -04:00
TernaryChecker.php Fix #957 - allow assertions on $_GET, $_POST, $_SERVER etc 2018-08-24 16:48:14 -04:00