Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
HOTFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Schmidt committed Nov 1, 2018
1 parent d2bf688 commit 2c25524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -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!");

Expand Down

0 comments on commit 2c25524

Please sign in to comment.