]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Console/ConfigConsoleTest.php
Fix tests
[friendica.git] / tests / src / Console / ConfigConsoleTest.php
index 51bf04d59a5cf8838f00a82e624b900ea151cd96..5c670aedfcd4c26f0d1ab55e58112abe300c348a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -38,7 +38,7 @@ class ConfigConsoleTest extends ConsoleTest
        /** @var IConfig|LegacyMockInterface|MockInterface */
        private $configMock;
 
-       protected function setUp()
+       protected function setUp() : void
        {
                parent::setUp();