summaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/DependencyInjection/DIIntergrationTests.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/AppFramework/DependencyInjection/DIIntergrationTests.php')
-rw-r--r--tests/lib/AppFramework/DependencyInjection/DIIntergrationTests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/AppFramework/DependencyInjection/DIIntergrationTests.php b/tests/lib/AppFramework/DependencyInjection/DIIntergrationTests.php
index d3d3f73e872..a0783474df3 100644
--- a/tests/lib/AppFramework/DependencyInjection/DIIntergrationTests.php
+++ b/tests/lib/AppFramework/DependencyInjection/DIIntergrationTests.php
@@ -56,7 +56,7 @@ class DIIntergrationTests extends TestCase {
/** @var ServerContainer */
private $server;
- public function setUp() {
+ public function setUp(): void {
parent::setUp();
$this->server = new ServerContainer();