1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 10:57:08 +01:00
psalm/src/Psalm/Internal/Codebase
Matthew Brown 832a190dd4
Support enums (#5699)
* Add initial enum preparation

* Support cases method

* Ignore bad use error

cc @weirdan

* Fix type
2021-05-03 17:54:09 -04:00
..
Analyzer.php Always return type inference summary, even if no files were analyzed due to caching (#5329) 2021-03-06 17:20:01 -05:00
ClassLikes.php Support enums (#5699) 2021-05-03 17:54:09 -04:00
ConstantTypeResolver.php Improve type resolution of class constants. (#5591) 2021-04-07 21:56:35 -04:00
DataFlowGraph.php Remove (and prevent) unused uses (#5704) 2021-05-03 17:22:15 -04:00
Functions.php Remove (and prevent) unused uses (#5704) 2021-05-03 17:22:15 -04:00
InternalCallMapHandler.php Document lowercase-string when possible (#4904) 2020-12-29 11:42:12 +00:00
Methods.php Support enums (#5699) 2021-05-03 17:54:09 -04:00
Populator.php Catch InvalidArgumentException (#5061) 2021-01-20 17:42:45 -05:00
Properties.php Remove (and prevent) unused uses (#5704) 2021-05-03 17:22:15 -04:00
PropertyMap.php Document lowercase-string when possible (#4904) 2020-12-29 11:42:12 +00:00
ReferenceMapGenerator.php improve phpdoc (#4352) 2020-10-17 12:36:44 -04:00
Reflection.php Add completions for functions (#5128) 2021-02-12 16:59:47 -05:00
Scanner.php Support enums (#5699) 2021-05-03 17:54:09 -04:00
TaintFlowGraph.php Add tainting for array keys 2021-03-24 15:32:56 -04:00
VariableUseGraph.php Add tainting for array keys 2021-03-24 15:32:56 -04:00