1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-16 03:17:02 +01:00
psalm/src/Psalm/Storage
Bruce Weirdan b4f024b1fe
Basic enum checks
* Duplicate cases
* Duplicate case values
* Invalid case values: value on a pure enum case, missing value on a
backed enum case, backing type / case type mismatch
* Literal expression evaluation for case values

Fixes vimeo/psalm#6426
Fixes vimeo/psalm#6427
2021-09-07 12:35:38 +03:00
..
Assertion.php Fix #6066 - introduce more robust system for capturing template constraints (#6072) 2021-07-11 12:03:21 -04:00
AttributeArg.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
AttributeStorage.php Add basic support for PHP attributes 2020-10-24 00:10:22 -04:00
ClassConstantStorage.php Add documentation to LSP (#5267) 2021-02-24 10:14:04 -05:00
ClassLikeStorage.php Fix unused properties in Psalm’s own codebase 2021-05-21 09:15:23 -04:00
CustomMetadataTrait.php
EnumCaseStorage.php Basic enum checks 2021-09-07 12:35:38 +03:00
FileStorage.php Fix unused properties in Psalm’s own codebase 2021-05-21 09:15:23 -04:00
FunctionLikeParameter.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
FunctionLikeStorage.php Mark FunctionLikeStorage::setParams()/addParam() as internal 2021-07-09 00:58:29 +02:00
FunctionStorage.php unused use statements (#4228) 2020-09-22 01:10:46 -04:00
MethodStorage.php Improve detection of fluent methods 2021-06-12 17:09:42 -04:00
PropertyStorage.php Add documentation to LSP (#5267) 2021-02-24 10:14:04 -05:00