Skip to content

Commit

Permalink
fixed phpstan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mmadariaga committed Nov 30, 2023
1 parent a977994 commit d59821e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function rPush($key, ...$value1) { return false; }

public function blPop($key, $timeout_or_key, ...$extra_args) { return []; }

public function scan(&$iterator, $pattern = null, $count = 0)
public function scan(&$iterator, $pattern = null, $count = 0, ...$extra_args)
{
$iterator = 0;
return ['something'];
Expand Down

0 comments on commit d59821e

Please sign in to comment.