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 b403469 commit 52801ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/mutex/PHPRedisMutexTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ public function close(): bool
}

/**
* @param $value mixed
* @param $timeout mixed
*
* @return \Redis|string|bool
*/
private function _set(string $key, $value, $timeout = 0)

Check failure on line 99 in tests/mutex/PHPRedisMutexTest.php

View workflow job for this annotation

GitHub Actions / Smoke (latest, StaticAnalysis)

Method Redis@anonymous/tests/mutex/PHPRedisMutexTest.php:78::_set() has parameter $timeout with no type specified.

Check failure on line 99 in tests/mutex/PHPRedisMutexTest.php

View workflow job for this annotation

GitHub Actions / Smoke (latest, StaticAnalysis)

Method Redis@anonymous/tests/mutex/PHPRedisMutexTest.php:78::_set() has parameter $value with no type specified.
Expand Down

0 comments on commit 52801ed

Please sign in to comment.