1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-16 19:36:59 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call
2021-01-22 09:58:09 -05:00
..
Method Trigger dispatch even when only legacy hooks (#4962) 2021-01-08 19:51:26 -05:00
StaticMethod Fix #5070 – fix static return type inference in static methods 2021-01-22 09:58:09 -05:00
ArgumentAnalyzer.php Fix #5078 - when unpacking with missing array item, Use the param’s default type if param has one 2021-01-22 00:20:51 -05:00
ArgumentMapPopulator.php
ArgumentsAnalyzer.php Uncomment erroneously-commented return 2021-01-05 17:49:17 -05:00
ArrayFunctionArgumentsAnalyzer.php implement DTO for plugins (#4881) 2021-01-06 09:05:53 -05:00
ClassTemplateParamCollector.php implement DTO for plugins (#4881) 2021-01-06 09:05:53 -05:00
FunctionCallAnalyzer.php implement DTO for plugins (#4881) 2021-01-06 09:05:53 -05:00
FunctionCallInfo.php Simplify FunctionCallAnalyzer 2020-11-27 16:34:27 -05:00
FunctionCallReturnTypeFetcher.php #4997 added more precise type inference for count() returning 0 or positive-int on known arrays (#4999) 2021-01-13 09:48:38 -05:00
MethodCallAnalyzer.php Tighten up rules arouund when mutation-free methods get memoised 2020-12-08 16:39:06 -05:00
NamedFunctionCallHandler.php Break out RedundantCast issues 2020-12-01 17:25:45 -05:00
NewAnalyzer.php Tighten up rules arouund when mutation-free methods get memoised 2020-12-08 16:39:06 -05:00
StaticCallAnalyzer.php Tighten up rules arouund when mutation-free methods get memoised 2020-12-08 16:39:06 -05:00