summaryrefslogtreecommitdiffstats
path: root/tests/lib/TempManagerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/TempManagerTest.php')
-rw-r--r--tests/lib/TempManagerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/TempManagerTest.php b/tests/lib/TempManagerTest.php
index 6262bd5a00a..f43573c1e3a 100644
--- a/tests/lib/TempManagerTest.php
+++ b/tests/lib/TempManagerTest.php
@@ -17,7 +17,7 @@ class NullLogger extends Log {
//disable original constructor
}
- public function log(int $level, string $message, array $context = array()) {
+ public function log(int $level, string $message, array $context = []) {
//noop
}
}