1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-16 11:26:55 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call
2021-02-13 16:16:58 -05:00
..
Method Fix #5196 - fix type before assigning default property values 2021-02-11 09:38:04 -05:00
StaticMethod Fix #5070 – fix static return type inference in static methods 2021-01-22 09:58:09 -05:00
ArgumentAnalyzer.php Fix #5172 - prevent calling function with implicitly-broader type 2021-02-07 11:07:22 -05:00
ArgumentMapPopulator.php
ArgumentsAnalyzer.php Fix #4631 - prevent reusing named params 2021-01-27 22:53:55 -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 Fix #5107 - treat function-bound templated parameters the same 2021-01-26 22:43:42 -05:00
FunctionCallInfo.php Simplify FunctionCallAnalyzer 2020-11-27 16:34:27 -05:00
FunctionCallReturnTypeFetcher.php Fix #5172 - prevent calling function with implicitly-broader type 2021-02-07 11:07:22 -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 Fix #5211 - prevent infinite loop in template inference 2021-02-13 16:16:58 -05:00
StaticCallAnalyzer.php Fix #5137 – support @psalm-flow in methods 2021-01-31 22:40:48 -05:00