aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Session/MemoryTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Session/MemoryTest.php')
-rw-r--r--tests/lib/Session/MemoryTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Session/MemoryTest.php b/tests/lib/Session/MemoryTest.php
index d92d7b90e5e..7b60e0197f4 100644
--- a/tests/lib/Session/MemoryTest.php
+++ b/tests/lib/Session/MemoryTest.php
@@ -11,7 +11,7 @@ namespace Test\Session;
class MemoryTest extends Session {
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->instance = new \OC\Session\Memory($this->getUniqueID());
}