1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-17 03:47:04 +01:00
psalm/src/Psalm/Checker/Statements/Expression
2018-03-02 08:38:16 -05:00
..
Assignment Fix bug when assigning nested arrays with variable offsets 2018-02-17 12:32:19 -05:00
Call Fix array location 2018-03-02 08:38:16 -05:00
Fetch Fix unused imports in psalm, wrong param order doc comments (#523) 2018-02-18 17:55:11 -05:00
ArrayChecker.php Improve unused variable detection slightly 2018-01-25 01:04:26 -05:00
AssertionFinder.php Fix indentation 2018-02-23 15:41:07 -05:00
AssignmentChecker.php Fix #438 - assign both sides of by-ref vars to mixed 2018-02-11 10:39:21 -05:00
BinaryOpChecker.php Fix #513 - make sure numeric is treated like a number 2018-02-15 19:50:50 -05:00
CallChecker.php Give expected/actual argument counts 2018-03-02 00:07:19 -05:00
IncludeChecker.php Remove dead code found by improved Psalm checks 2018-01-28 12:01:51 -05:00
TernaryChecker.php Fix issues found by detecting docblock type inconsistencies 2018-02-06 13:40:28 -05:00