Remove whitespace

This commit is contained in:
Dennis Eichhorn 2018-05-21 22:30:04 +02:00
parent 3075d2c99d
commit 92d5a46a4e

View File

@ -54,7 +54,7 @@ class Employee
$this->account = $account;
}
public function getAccount() : Account
public function getAccount() : Account
{
return $this->account;
}