From eecdc43ce7b8d1074716329bdbf29c4bb3c6c199 Mon Sep 17 00:00:00 2001 From: Brown Date: Thu, 18 Jun 2020 20:15:38 -0400 Subject: [PATCH] Remove stray commas --- .../Analyzer/Statements/Expression/Call/ArgumentAnalyzer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Psalm/Internal/Analyzer/Statements/Expression/Call/ArgumentAnalyzer.php b/src/Psalm/Internal/Analyzer/Statements/Expression/Call/ArgumentAnalyzer.php index b11aa7ffd..2d6a79f0d 100644 --- a/src/Psalm/Internal/Analyzer/Statements/Expression/Call/ArgumentAnalyzer.php +++ b/src/Psalm/Internal/Analyzer/Statements/Expression/Call/ArgumentAnalyzer.php @@ -1138,7 +1138,7 @@ class ArgumentAnalyzer $cased_method_id, $cased_method_id, $argument_offset, - $function_param->location, + $function_param->location ); if (strpos($cased_method_id, '::')) { @@ -1193,7 +1193,7 @@ class ArgumentAnalyzer $cased_method_id, $cased_method_id, $argument_offset, - $function_param->location, + $function_param->location ); }