summaryrefslogtreecommitdiffstats
path: root/tests/lib/IntegrityCheck/Helpers/AppLocatorTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/IntegrityCheck/Helpers/AppLocatorTest.php')
-rw-r--r--tests/lib/IntegrityCheck/Helpers/AppLocatorTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/IntegrityCheck/Helpers/AppLocatorTest.php b/tests/lib/IntegrityCheck/Helpers/AppLocatorTest.php
index d0083298b22..333b29f826c 100644
--- a/tests/lib/IntegrityCheck/Helpers/AppLocatorTest.php
+++ b/tests/lib/IntegrityCheck/Helpers/AppLocatorTest.php
@@ -28,7 +28,7 @@ class AppLocatorTest extends TestCase {
/** @var AppLocator */
private $locator;
- public function setUp() {
+ public function setUp(): void {
parent::setUp();
$this->locator = new AppLocator();
}