From 4077f16aecafbc5d07a43f458aeb67d3edf1213d Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 26 Feb 2018 22:34:13 +0100 Subject: Make ILogger strict * Make implementations strict * Add scalar typehints Signed-off-by: Roeland Jago Douma --- tests/lib/TempManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/lib/TempManagerTest.php b/tests/lib/TempManagerTest.php index 23d171180fd..15b22a7b309 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($level, $message, array $context = array()) { + public function log($level, string $message, array $context = array()) { //noop } } -- cgit v1.2.3