1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Remove stray commas

This commit is contained in:
Brown 2020-06-18 20:15:38 -04:00
parent 49f0592794
commit eecdc43ce7

View File

@ -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
);
}