diff options
Diffstat (limited to 'apps/encryption/tests/HookManagerTest.php')
-rw-r--r-- | apps/encryption/tests/HookManagerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/tests/HookManagerTest.php b/apps/encryption/tests/HookManagerTest.php index 5db3d10cc8f..5ff76f918d4 100644 --- a/apps/encryption/tests/HookManagerTest.php +++ b/apps/encryption/tests/HookManagerTest.php @@ -57,7 +57,7 @@ class HookManagerTest extends TestCase { /** * */ - public static function setUpBeforeClass() { + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); // have to make instance static to preserve data between tests self::$instance = new HookManager(); |