Test Setup Failed
Push — master ( ee8619...0034f2 )
by Matthew
04:38
created
src/Psalm/Internal/Analyzer/Statements/Expression/CallAnalyzer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -224,6 +224,7 @@  discard block
 block discarded – undo
224 224
      * @param  Context                          $context
225 225
      * @param  CodeLocation                     $code_location
226 226
      * @param  StatementsAnalyzer               $statements_analyzer
227
+     * @param TemplateResult|null $class_template_result
227 228
      */
228 229
     protected static function checkMethodArgs(
229 230
         ?\Psalm\Internal\MethodIdentifier $method_id,
@@ -328,6 +329,8 @@  discard block
 block discarded – undo
328 329
     /**
329 330
      * @return array<string, array<string, array{Type\Union}>>
330 331
      * @param array<string, non-empty-array<string, array{Type\Union}>> $existing_template_types
332
+     * @param ClassLikeStorage|null $declaring_class_storage
333
+     * @param ClassLikeStorage|null $calling_class_storage
331 334
      */
332 335
     public static function getTemplateTypesForCall(
333 336
         \Psalm\Codebase $codebase,
Please login to merge, or discard this patch.