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
2021-04-10 13:16:19 -04:00
..
Method Check oldest ancestor for protected method visibility (fixes #5595) (#5597) 2021-04-07 22:01:41 -04:00
StaticMethod Fix #5587 - detect final class calls when routed through parent 2021-04-06 12:35:09 -04:00
ArgumentAnalyzer.php Also add better message for MixedArgumentTypeCoercion 2021-03-28 11:32:38 -04:00
ArgumentMapPopulator.php
ArgumentsAnalyzer.php Add proper handling of unpacked arguments with string keys (#5446) 2021-03-22 09:08:05 -04:00
ArrayFunctionArgumentsAnalyzer.php Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222) 2021-02-15 16:18:41 -05:00
ClassTemplateParamCollector.php Fix #5496 - ensure params extended in properties are properly fleshed out 2021-03-28 23:10:38 -04:00
FunctionCallAnalyzer.php Fix #5540 - function is used inside throw expression 2021-03-31 10:03:25 -04:00
FunctionCallInfo.php allow dismissing return value of pure functions with by-reference arguments (#5463) 2021-03-25 09:05:59 -04:00
FunctionCallReturnTypeFetcher.php Added event to prevent tainting. (#5398) 2021-03-19 22:41:41 -04:00
MethodCallAnalyzer.php Add more mixed origin information 2021-03-20 21:45:38 -04:00
NamedFunctionCallHandler.php Fix #5279 - don’t convert get_class($templated) into dependent type 2021-02-25 18:43:04 -05:00
NewAnalyzer.php Fix #5383 - prevent unsound use of new static for generics 2021-04-10 13:16:19 -04:00
StaticCallAnalyzer.php Added event to prevent tainting. (#5398) 2021-03-19 22:41:41 -04:00