mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Code quality update.
This commit is contained in:
@@ -44,7 +44,7 @@ class BalanceHeader
|
||||
/**
|
||||
* @param AccountModel $account
|
||||
*/
|
||||
public function addAccount(AccountModel $account)
|
||||
public function addAccount(AccountModel $account): void
|
||||
{
|
||||
$this->accounts->push($account);
|
||||
}
|
||||
|
Reference in New Issue
Block a user