Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
Scrutinizer Auto-Fixer
2015-05-26 17:50:09 +00:00
parent 2738ac5a5c
commit 571cac6644
16 changed files with 128 additions and 137 deletions

View File

@@ -66,7 +66,7 @@ class ReportHelper implements ReportHelperInterface
// remove cash account, if any:
$accounts = $accounts->filter(
function (Account $account) {
function(Account $account) {
if ($account->accountType->type != 'Cash account') {
return $account;
}