Code cleanup.

This commit is contained in:
James Cole
2016-05-15 18:36:40 +02:00
parent 260b611293
commit 962965b5b7
53 changed files with 55 additions and 203 deletions

View File

@@ -240,7 +240,7 @@ class Journal extends Twig_Extension
$cache->addProperty('transaction');
$cache->addProperty('budget-string');
if ($cache->has()) {
return $cache->get();
return $cache->get();
}
$budgets = [];
@@ -270,7 +270,7 @@ class Journal extends Twig_Extension
$cache->addProperty('transaction');
$cache->addProperty('category-string');
if ($cache->has()) {
return $cache->get();
return $cache->get();
}