1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-10 15:09:04 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call
2021-11-21 13:51:19 +01:00
..
Method don't consider calls to methods with assertions as Unused 2021-11-06 19:54:17 +01:00
StaticMethod check __callStatic purity instead of the pseudoMethod purity 2021-11-21 13:51:19 +01:00
ArgumentAnalyzer.php don't register taints for numeric variables 2021-11-04 00:29:07 +01:00
ArgumentMapPopulator.php
ArgumentsAnalyzer.php
ArrayFunctionArgumentsAnalyzer.php
ClassTemplateParamCollector.php
FunctionCallAnalyzer.php
FunctionCallInfo.php
FunctionCallReturnTypeFetcher.php
MethodCallAnalyzer.php Merge pull request #6768 from zoonru/psalm-self-out-templates 2021-11-02 21:41:16 +02:00
NamedFunctionCallHandler.php
NewAnalyzer.php Forbid enum instantiation 2021-11-07 00:14:37 +02:00
StaticCallAnalyzer.php