1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-05 12:38:35 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call
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
..
Method Support enums (#5699) 2021-05-03 17:54:09 -04:00
StaticMethod Migrate ClassLikeName options to object 2021-04-30 15:01:33 -04:00
ArgumentAnalyzer.php Support enums (#5699) 2021-05-03 17:54:09 -04:00
ArgumentMapPopulator.php
ArgumentsAnalyzer.php Add proper handling of unpacked arguments with string keys (#5446) 2021-03-22 09:08:05 -04:00
ArrayFunctionArgumentsAnalyzer.php Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222) 2021-02-15 16:18:41 -05:00
ClassTemplateParamCollector.php Support enums (#5699) 2021-05-03 17:54:09 -04:00
FunctionCallAnalyzer.php Remove (and prevent) unused uses (#5704) 2021-05-03 17:22:15 -04:00
FunctionCallInfo.php allow dismissing return value of pure functions with by-reference arguments (#5463) 2021-03-25 09:05:59 -04:00
FunctionCallReturnTypeFetcher.php Added event to prevent tainting. (#5398) 2021-03-19 22:41:41 -04:00
MethodCallAnalyzer.php Add more mixed origin information 2021-03-20 21:45:38 -04:00
NamedFunctionCallHandler.php Fix #5279 - don’t convert get_class($templated) into dependent type 2021-02-25 18:43:04 -05:00
NewAnalyzer.php Migrate ClassLikeName options to object 2021-04-30 15:01:33 -04:00
StaticCallAnalyzer.php Support enums (#5699) 2021-05-03 17:54:09 -04:00