Various code cleanup. Removed executable flags, added newlines.

This commit is contained in:
James Cole
2016-12-22 19:42:45 +01:00
parent 14a0de6b6a
commit b6aa79bb38
92 changed files with 51 additions and 52 deletions
+1 -2
View File
@@ -199,8 +199,7 @@ class AccountController extends Controller
*/
public function index(ARI $repository, string $what)
{
$what = $what ?? 'asset';
$what = $what ?? 'asset';
$subTitle = trans('firefly.' . $what . '_accounts');
$subTitleIcon = config('firefly.subIconsByIdentifier.' . $what);
$types = config('firefly.accountTypesByIdentifier.' . $what);
View File
View File
View File
View File
@@ -289,4 +289,4 @@ class BudgetReportController extends Controller
return $grouped;
}
}
}
@@ -427,4 +427,4 @@ class CategoryReportController extends Controller
return $grouped;
}
}
}
View File
@@ -57,4 +57,4 @@ class BalanceController extends Controller
return $result;
}
}
}
@@ -120,4 +120,4 @@ class BudgetController extends Controller
return $data;
}
}
}
@@ -170,4 +170,4 @@ class CategoryController extends Controller
}
}
}
@@ -241,4 +241,4 @@ class OperationsController extends Controller
return $expenses;
}
}
}
@@ -244,4 +244,4 @@ class ConvertController extends Controller
}
}
}
Executable → Regular
View File
View File
View File
View File