summaryrefslogtreecommitdiffstats
path: root/tests/lib/Security/RateLimiting/Backend/MemoryCacheTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Security/RateLimiting/Backend/MemoryCacheTest.php')
-rw-r--r--tests/lib/Security/RateLimiting/Backend/MemoryCacheTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Security/RateLimiting/Backend/MemoryCacheTest.php b/tests/lib/Security/RateLimiting/Backend/MemoryCacheTest.php
index 098c40ba0e8..d117f7d8c70 100644
--- a/tests/lib/Security/RateLimiting/Backend/MemoryCacheTest.php
+++ b/tests/lib/Security/RateLimiting/Backend/MemoryCacheTest.php
@@ -37,7 +37,7 @@ class MemoryCacheTest extends TestCase {
/** @var MemoryCache */
private $memoryCache;
- public function setUp() {
+ public function setUp(): void {
parent::setUp();
$this->cacheFactory = $this->createMock(ICacheFactory::class);