Code cleanup

This commit is contained in:
James Cole
2018-04-28 06:23:13 +02:00
parent 6f0e1c79ac
commit 13b78bdc20
218 changed files with 621 additions and 681 deletions

View File

@@ -114,11 +114,12 @@ class ReportController extends Controller
}
/**
* @param $attributes
* @param array $attributes
*
* @return string
*
* @throws FireflyException
* @throws \Throwable
*/
private function balanceAmount(array $attributes): string
{
@@ -155,8 +156,7 @@ class ReportController extends Controller
* @param array $attributes
*
* @return string
*
* @throws \Throwable
*/
private function budgetSpentAmount(array $attributes): string
{
@@ -173,8 +173,7 @@ class ReportController extends Controller
* @param array $attributes
*
* @return string
*
* @throws \Throwable
*/
private function categoryEntry(array $attributes): string
{
@@ -191,8 +190,7 @@ class ReportController extends Controller
* @param array $attributes
*
* @return string
*
* @throws \Throwable
*/
private function expenseEntry(array $attributes): string
{
@@ -209,8 +207,7 @@ class ReportController extends Controller
* @param array $attributes
*
* @return string
*
* @throws \Throwable
*/
private function incomeEntry(array $attributes): string
{