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-22 21:13:25 +01:00
..
Method don't consider calls to methods with assertions as Unused 2021-11-06 19:54:17 +01:00
StaticMethod Add a means to switch return types based on PHP_VERSION_ID 2021-10-29 22:19:38 +03:00
ArgumentAnalyzer.php don't register taints for numeric variables 2021-11-04 00:29:07 +01:00
ArgumentMapPopulator.php ->args to ->getArgs 2021-10-09 23:37:04 +02:00
ArgumentsAnalyzer.php
ArrayFunctionArgumentsAnalyzer.php replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
ClassTemplateParamCollector.php Fully fix recursive template parameter resolution 2021-10-27 10:58:33 +02:00
FunctionCallAnalyzer.php emit UnevaluatedCode after exit or never returning functionlike 2021-11-01 22:13:29 +01:00
FunctionCallInfo.php
FunctionCallReturnTypeFetcher.php fix counting array properties when some are Never 2021-11-22 21:13:25 +01:00
MethodCallAnalyzer.php Merge pull request #6768 from zoonru/psalm-self-out-templates 2021-11-02 21:41:16 +02:00
NamedFunctionCallHandler.php replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
NewAnalyzer.php Forbid enum instantiation 2021-11-07 00:14:37 +02:00
StaticCallAnalyzer.php replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00