]> git.mxchange.org Git - friendica.git/blobdiff - tests/MockedTest.php
Use the top-level author theme if they're a local user in mod/display
[friendica.git] / tests / MockedTest.php
index 9137a1f5110db063699c877bf0808ca887608550..ef027c3d3b685c288ecad85460f7ef52863be54c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2022, 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();