Skip to content

Commit

Permalink
rev2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 3, 2024
1 parent 1811046 commit 13c76dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mutex/MutexConcurrencyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function testHighContention(callable $code, callable $mutexFactory)
/**
* Returns test cases for testHighContention().
*/
public static function provideHighContentionCases(): iterable
public function provideHighContentionCases(): iterable
{
$cases = array_map(function (array $mutexFactory): array {
$filename = tempnam(sys_get_temp_dir(), 'php-lock-high-contention');
Expand Down

0 comments on commit 13c76dc

Please sign in to comment.