From c2edff9d001b2b11e40f304e01e840d5f765ec74 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 28 Dec 2018 19:13:17 +0100 Subject: [PATCH] php cs fixer --- Models/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Client.php b/Models/Client.php index d123567..97c5558 100644 --- a/Models/Client.php +++ b/Models/Client.php @@ -121,7 +121,7 @@ class Client return $this->info; } - public function setInfo(string $info) /* : void */ + public function setInfo(string $info) : void /* : void */ { $this->info = $info; }