Skip to content

Commit

Permalink
More php7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed May 5, 2021
1 parent ef8fd2a commit 65ff686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/Provider/FunctionReturnTypeProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ public static function permutateArguments(
$has_leftover,
$current,
$index+1,
$params[$paramsIndex]->is_variadic ? $paramsIndex : $paramsIndex+1,
$params[$paramsIndex]->is_variadic ? $paramsIndex : $paramsIndex+1
);
}
if ($cur_leftover) {
Expand Down

0 comments on commit 65ff686

Please sign in to comment.