Various code cleanup.

This commit is contained in:
James Cole
2021-09-18 10:21:29 +02:00
parent 3589c9f60f
commit e829d79589
107 changed files with 225 additions and 220 deletions

View File

@@ -66,6 +66,7 @@ class OperationsController extends Controller
* @param Carbon $end
*
* @return mixed|string
* @throws \JsonException
*/
public function expenses(Collection $accounts, Carbon $start, Carbon $end)
{
@@ -101,6 +102,7 @@ class OperationsController extends Controller
* @param Carbon $end
*
* @return string
* @throws \JsonException
*/
public function income(Collection $accounts, Carbon $start, Carbon $end): string
{
@@ -136,6 +138,7 @@ class OperationsController extends Controller
* @param Carbon $end
*
* @return mixed|string
* @throws \JsonException
*/
public function operations(Collection $accounts, Carbon $start, Carbon $end)
{