From 2c255248b10ecdca75d3282509895a24054f40cc Mon Sep 17 00:00:00 2001 From: Maximilian Schmidt Date: Thu, 1 Nov 2018 23:56:41 +0100 Subject: [PATCH] HOTFIX --- Classes/Console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Console.php b/Classes/Console.php index bd4364b..f2f47cc 100644 --- a/Classes/Console.php +++ b/Classes/Console.php @@ -343,7 +343,7 @@ public function addCommand(string $class) * @param string $dir The logging-directory path * @return void */ - public static function setLogDirPath(string $dir) : self + public static function setLogDirPath(string $dir) { Assert::directory($dir, "Invalid log-directory: %s!");