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:
parent
49f0592794
commit
eecdc43ce7
@ -1138,7 +1138,7 @@ class ArgumentAnalyzer
|
|||||||
$cased_method_id,
|
$cased_method_id,
|
||||||
$cased_method_id,
|
$cased_method_id,
|
||||||
$argument_offset,
|
$argument_offset,
|
||||||
$function_param->location,
|
$function_param->location
|
||||||
);
|
);
|
||||||
|
|
||||||
if (strpos($cased_method_id, '::')) {
|
if (strpos($cased_method_id, '::')) {
|
||||||
@ -1193,7 +1193,7 @@ class ArgumentAnalyzer
|
|||||||
$cased_method_id,
|
$cased_method_id,
|
||||||
$cased_method_id,
|
$cased_method_id,
|
||||||
$argument_offset,
|
$argument_offset,
|
||||||
$function_param->location,
|
$function_param->location
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user