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-26 21:47:17 +01:00
..
Method prevent Psalm from considering throwing methods as unused just because they're immutable 2021-11-22 21:29:57 +01:00
StaticMethod fix inheritance 2021-11-21 21:53:24 +01:00
ArgumentAnalyzer.php Taint can't transmit through numerics nor bool 2021-11-25 22:40:01 +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
FunctionCallReturnTypeFetcher.php Merge pull request #6971 from orklah/empty-keys 2021-11-23 20:11:47 +01:00
MethodCallAnalyzer.php Merge pull request #6768 from zoonru/psalm-self-out-templates 2021-11-02 21:41:16 +02:00
NamedFunctionCallHandler.php Remove some array_values 2021-11-26 21:47:17 +01: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