diff options
Diffstat (limited to 'tests/lib/Session/CryptoSessionDataTest.php')
-rw-r--r-- | tests/lib/Session/CryptoSessionDataTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Session/CryptoSessionDataTest.php b/tests/lib/Session/CryptoSessionDataTest.php index ee6bcbf11c1..472856b90d9 100644 --- a/tests/lib/Session/CryptoSessionDataTest.php +++ b/tests/lib/Session/CryptoSessionDataTest.php @@ -30,7 +30,7 @@ class CryptoSessionDataTest extends Session { /** @var \OCP\ISession */ protected $wrappedSession; - protected function setUp() { + protected function setUp(): void { parent::setUp(); $this->wrappedSession = new \OC\Session\Memory($this->getUniqueID()); |