summaryrefslogtreecommitdiffstats
path: root/tests/lib/Lockdown/Filesystem/NullCacheTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Lockdown/Filesystem/NullCacheTest.php')
-rw-r--r--tests/lib/Lockdown/Filesystem/NullCacheTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Lockdown/Filesystem/NullCacheTest.php b/tests/lib/Lockdown/Filesystem/NullCacheTest.php
index 7773241fca1..f9c6fb3ff6c 100644
--- a/tests/lib/Lockdown/Filesystem/NullCacheTest.php
+++ b/tests/lib/Lockdown/Filesystem/NullCacheTest.php
@@ -34,7 +34,7 @@ class NulLCacheTest extends \Test\TestCase {
/** @var NullCache */
private $cache;
- public function setUp() {
+ public function setUp(): void {
parent::setUp();
$this->cache = new NullCache();