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-03-05 18:05:12 -05:00
..
Assignment Fix bug when assigning nested arrays with variable offsets 2018-02-17 12:32:19 -05:00
Call Add class-string type for enforcing use of ::class constants 2018-03-05 16:06:06 -05:00
Fetch Add class-string type for enforcing use of ::class constants 2018-03-05 16:06:06 -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 Replace classlike name with more accurate context self 2018-03-05 18:05:12 -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