summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/Config/UserPlaceholderHandlerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/tests/Config/UserPlaceholderHandlerTest.php')
-rw-r--r--apps/files_external/tests/Config/UserPlaceholderHandlerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/tests/Config/UserPlaceholderHandlerTest.php b/apps/files_external/tests/Config/UserPlaceholderHandlerTest.php
index dcafdd84e3d..ba064b8fb6f 100644
--- a/apps/files_external/tests/Config/UserPlaceholderHandlerTest.php
+++ b/apps/files_external/tests/Config/UserPlaceholderHandlerTest.php
@@ -50,7 +50,7 @@ class UserPlaceholderHandlerTest extends \Test\TestCase {
/** @var UserPlaceholderHandler */
protected $handler;
- public function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->user = $this->createMock(IUser::class);