summaryrefslogtreecommitdiffstats
path: root/tests/lib/Security/SecureRandomTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Security/SecureRandomTest.php')
-rw-r--r--tests/lib/Security/SecureRandomTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Security/SecureRandomTest.php b/tests/lib/Security/SecureRandomTest.php
index 500e18d0ca6..71839115a3c 100644
--- a/tests/lib/Security/SecureRandomTest.php
+++ b/tests/lib/Security/SecureRandomTest.php
@@ -35,7 +35,7 @@ class SecureRandomTest extends \Test\TestCase {
/** @var SecureRandom */
protected $rng;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->rng = new \OC\Security\SecureRandom();
}