aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/LegacyHelperTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/LegacyHelperTest.php')
-rw-r--r--tests/lib/LegacyHelperTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/LegacyHelperTest.php b/tests/lib/LegacyHelperTest.php
index 96cd190fd62..b86c4893676 100644
--- a/tests/lib/LegacyHelperTest.php
+++ b/tests/lib/LegacyHelperTest.php
@@ -15,11 +15,11 @@ class LegacyHelperTest extends \Test\TestCase {
/** @var string */
private $originalWebRoot;
- public function setUp() {
+ public function setUp(): void {
$this->originalWebRoot = \OC::$WEBROOT;
}
- public function tearDown() {
+ public function tearDown(): void {
// Reset webRoot
\OC::$WEBROOT = $this->originalWebRoot;
}