php cs fixer

This commit is contained in:
Dennis Eichhorn 2018-12-28 19:13:17 +01:00
parent 24cc5d1a76
commit c2edff9d00

View File

@ -121,7 +121,7 @@ class Client
return $this->info; return $this->info;
} }
public function setInfo(string $info) /* : void */ public function setInfo(string $info) : void /* : void */
{ {
$this->info = $info; $this->info = $info;
} }