mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Renamed some stuff, courtesy of sensiolabs.
This commit is contained in:
@@ -110,4 +110,4 @@ class AccountReportHelper implements AccountReportHelperInterface
|
||||
|
||||
return $object;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,4 +33,4 @@ interface AccountReportHelperInterface
|
||||
*/
|
||||
public function getAccountReport(Carbon $start, Carbon $end, Collection $accounts);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -238,4 +238,4 @@ class BalanceReportHelper implements BalanceReportHelperInterface
|
||||
return $tags;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,4 +29,4 @@ interface BalanceReportHelperInterface
|
||||
* @return Balance
|
||||
*/
|
||||
public function getBalanceReport(Carbon $start, Carbon $end, Collection $accounts);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -130,4 +130,4 @@ class BudgetReportHelper implements BudgetReportHelperInterface
|
||||
|
||||
return $sum;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,4 +29,4 @@ interface BudgetReportHelperInterface
|
||||
* @return BudgetCollection
|
||||
*/
|
||||
public function getBudgetReport(Carbon $start, Carbon $end, Collection $accounts);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user