Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Config/ConfigParserTest.php')
-rw-r--r--tests/unit/Config/ConfigParserTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Config/ConfigParserTest.php b/tests/unit/Config/ConfigParserTest.php
index 5d8dce8f..0632c626 100644
--- a/tests/unit/Config/ConfigParserTest.php
+++ b/tests/unit/Config/ConfigParserTest.php
@@ -34,7 +34,7 @@ class ConfigParserTest extends \OCA\Gallery\Tests\GalleryUnitTest {
/**
* Test set up
*/
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->configParser = new ConfigParser();