1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-10 06:58:41 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call
2021-11-04 00:29:07 +01:00
..
Method Merge pull request #6768 from zoonru/psalm-self-out-templates 2021-11-02 21:41:16 +02: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 pass the method_id to be able to set the new offset type to 0 for array_unshift 2021-10-07 09:46:49 +02:00
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 unnecessary null initialization 2021-09-26 23:34:32 +02:00
FunctionCallReturnTypeFetcher.php Add a means to switch return types based on PHP_VERSION_ID 2021-10-29 22:19:38 +03: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 use Attribute feature of PHP-Parser to avoid dealing with dynamic properties 2021-10-13 13:27:56 +02:00
StaticCallAnalyzer.php replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00