Some code cleanup

This commit is contained in:
James Cole
2015-05-27 08:36:26 +02:00
parent 7eba33e805
commit eb650ea3ec
5 changed files with 9 additions and 3 deletions

View File

@@ -350,7 +350,7 @@ class AccountRepository implements AccountRepositoryInterface
/**
* @param array $data
*
* @return Account;
* @return Account
*/
public function store(array $data)
{