From 13c76dc1e8f2e71cad4e6a509c6ba46cd5cbca2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Tue, 3 Dec 2024 02:40:13 +0100 Subject: [PATCH] rev2 --- tests/mutex/MutexConcurrencyTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mutex/MutexConcurrencyTest.php b/tests/mutex/MutexConcurrencyTest.php index 74608a3c..cafca6d7 100644 --- a/tests/mutex/MutexConcurrencyTest.php +++ b/tests/mutex/MutexConcurrencyTest.php @@ -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');