Code cleanup.

This commit is contained in:
James Cole
2016-02-04 07:28:39 +01:00
parent c1ecc62ac1
commit 7343304284
25 changed files with 113 additions and 108 deletions

View File

@@ -10,6 +10,7 @@ interface SpecifixInterface
{
const PRE_PROCESSOR = 1;
const POST_PROCESSOR = 2;
/**
* Implement bank and locale related fixes.
*/

View File

@@ -78,7 +78,6 @@ class BalanceReportHelper implements BalanceReportHelperInterface
$balance->addBalanceLine($this->createEmptyBalanceLine($accounts, $spentData));
$balance->addBalanceLine($this->createTagsBalanceLine($accounts, $start, $end));
$balance->addBalanceLine($this->createDifferenceBalanceLine($accounts, $spentData, $start, $end));
$balance->setBalanceHeader($header);
return $balance;