]> git.mxchange.org Git - friendica.git/blobdiff - tests/MockedTest.php
Don't cherry-pick:
[friendica.git] / tests / MockedTest.php
index 9137a1f5110db063699c877bf0808ca887608550..f967c8dae29036351fe99c7218a4f7dfd9b633b5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2024, 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();