aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Lock/LockingProvider.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Lock/LockingProvider.php')
-rw-r--r--tests/lib/Lock/LockingProvider.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Lock/LockingProvider.php b/tests/lib/Lock/LockingProvider.php
index 9c0461e2e60..7faca3ea90c 100644
--- a/tests/lib/Lock/LockingProvider.php
+++ b/tests/lib/Lock/LockingProvider.php
@@ -36,7 +36,7 @@ abstract class LockingProvider extends TestCase {
*/
abstract protected function getInstance();
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->instance = $this->getInstance();
}