Remove space from end of line

This commit is contained in:
Dennis Eichhorn 2018-02-03 11:52:30 +01:00
parent b4e24b3ef3
commit 3625e33f5c

View File

@ -12,7 +12,7 @@ class Log implements \JsonSerializable
private $layout = 0;
public function __construct(string $message = '', int $layout = 0)
public function __construct(string $message = '', int $layout = 0)
{
}