Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 3, 2024
1 parent 6b6e363 commit 5423ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mutex/PHPRedisMutexTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ trait RedisTestTrait
/**
* @param list<mixed> $args
*/
#[\Override]
#[\Override] // @phpstan-ignore method.childParameterType
public function eval($script, $args = [], $numKeys = 0): mixed
{
return $this->_eval($script, $args, $numKeys);
Expand Down

0 comments on commit 5423ea7

Please sign in to comment.