summaryrefslogtreecommitdiffstats
path: root/tests/lib/AutoLoaderTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/AutoLoaderTest.php')
-rw-r--r--tests/lib/AutoLoaderTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/AutoLoaderTest.php b/tests/lib/AutoLoaderTest.php
index 38ba29bc085..b3ca21a90d4 100644
--- a/tests/lib/AutoLoaderTest.php
+++ b/tests/lib/AutoLoaderTest.php
@@ -14,7 +14,7 @@ class AutoLoaderTest extends TestCase {
*/
private $loader;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->loader = new \OC\AutoLoader([]);
}