summaryrefslogtreecommitdiffstats
path: root/tests/lib/Session/CryptoWrappingTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Session/CryptoWrappingTest.php')
-rw-r--r--tests/lib/Session/CryptoWrappingTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Session/CryptoWrappingTest.php b/tests/lib/Session/CryptoWrappingTest.php
index f34148fb50e..493d16bfbfb 100644
--- a/tests/lib/Session/CryptoWrappingTest.php
+++ b/tests/lib/Session/CryptoWrappingTest.php
@@ -35,7 +35,7 @@ class CryptoWrappingTest extends TestCase {
/** @var \OC\Session\CryptoSessionData */
protected $instance;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->wrappedSession = $this->getMockBuilder(ISession::class)