diff options
Diffstat (limited to 'tests/lib/App/InfoParserTest.php')
-rw-r--r-- | tests/lib/App/InfoParserTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/App/InfoParserTest.php b/tests/lib/App/InfoParserTest.php index b72a869e02c..8de0f4cfd4f 100644 --- a/tests/lib/App/InfoParserTest.php +++ b/tests/lib/App/InfoParserTest.php @@ -16,7 +16,7 @@ class InfoParserTest extends TestCase { /** @var OC\Cache\CappedMemoryCache */ private static $cache; - public static function setUpBeforeClass() { + public static function setUpBeforeClass(): void { self::$cache = new OC\Cache\CappedMemoryCache(); } |