From 3625e33f5c522541380a0352b30f64016e24266a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 3 Feb 2018 11:52:30 +0100 Subject: [PATCH] Remove space from end of line --- Models/Log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Log.php b/Models/Log.php index 349960b..2c5b6c9 100644 --- a/Models/Log.php +++ b/Models/Log.php @@ -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) { }