1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-16 03:17:02 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call
Evgeniy 2c51f47ff6
Fix invalid UndefinedClass using array|callable (#3842)
* Do not treat string array argument as callable if it can be traeted just as string array.

* cs
2020-07-20 04:50:07 -04:00
..
Method Rip out plain getter property logic cc @m0003r 2020-07-16 12:42:59 -04:00
ArgumentAnalyzer.php Fix invalid UndefinedClass using array|callable (#3842) 2020-07-20 04:50:07 -04:00
ArgumentMapPopulator.php Remove unnecessary computation 2019-10-19 23:03:59 -04:00
ArgumentsAnalyzer.php Fix #3753 - resolve self-references in trait as statements earlier 2020-07-05 12:05:25 -04:00
ArrayFunctionArgumentsAnalyzer.php Fix usage of array_push results 2020-07-16 13:44:51 -04:00
ClassTemplateParamCollector.php Add wildcard support for class constants in template. (#3489) 2020-05-30 16:55:18 -04:00
FunctionCallAnalyzer.php Prevent mixed erasure in get_class call 2020-07-16 13:56:42 -04:00
MethodCallAnalyzer.php Add new annotation: @psalm-self-out (#3650) 2020-07-01 18:10:24 -04:00
NewAnalyzer.php Allow more things to be suppressed with @psalm-suppress TaintedInput 2020-07-02 11:53:51 -04:00
StaticCallAnalyzer.php Allow more things to be suppressed with @psalm-suppress TaintedInput 2020-07-02 11:53:51 -04:00