Various code cleanup.

This commit is contained in:
James Cole
2021-05-24 08:50:17 +02:00
parent 3ec9753808
commit 815fd5ff6b
135 changed files with 643 additions and 582 deletions

View File

@@ -160,7 +160,7 @@ class BudgetRepository implements BudgetRepositoryInterface
/**
* Find a budget or return NULL
*
* @param int $budgetId |null
* @param int|null $budgetId |null
*
* @return Budget|null
*/
@@ -179,8 +179,7 @@ class BudgetRepository implements BudgetRepositoryInterface
*
* @param Budget $budget
*
* @return Carbon
*
* @return Carbon|null
*/
public function firstUseDate(Budget $budget): ?Carbon
{