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-10-09 14:24:55 -04:00
..
Assignment Don’t check methods we’ve already checked 2018-09-30 11:34:51 -04:00
Call Avoid not checking classes where possible 2018-10-08 13:08:03 -04:00
Fetch Add references to $this-> properties for method invalidation 2018-10-09 14:24:55 -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 #981 - allow interfaces to be equal 2018-09-09 12:20:49 -04:00
AssignmentChecker.php Add a closure in scope just in time for analysis 2018-10-04 16:42:40 -04:00
BinaryOpChecker.php Fix #977 - improve handling of orred expressions 2018-09-10 00:13:59 -04:00
CallChecker.php Add ksort to list of no-op by ref functions (vis-a-vis their argument shape 2018-09-04 13:14:44 -04:00
IncludeChecker.php Fix invalidly inferred return type 2018-10-01 15:14:39 -04:00
TernaryChecker.php Fix #957 - allow assertions on $_GET, $_POST, $_SERVER etc 2018-08-24 16:48:14 -04:00