]> git.mxchange.org Git - friendica.git/blobdiff - tests/MockedTest.php
Merge pull request #12820 from MrPetovan/bug/fatal-errors
[friendica.git] / tests / MockedTest.php
index 81e43d669a144201103c0773546d413fc6fa0e98..18aee466e27b7f079f51941ae8516aff19f9bf99 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -28,7 +28,7 @@ use PHPUnit\Framework\TestCase;
  */
 abstract class MockedTest extends TestCase
 {
-       protected function tearDown()
+       protected function tearDown() : void
        {
                \Mockery::close();