This commit is contained in:
James Cole
2022-03-19 11:38:02 +01:00
parent 52a5995bd1
commit 1e1aa28ab2
8 changed files with 79 additions and 7 deletions

View File

@@ -39,6 +39,12 @@ interface BudgetRepositoryInterface
*/
public function cleanupBudgets(): bool;
/**
* @param Budget $budget
* @return string|null
*/
public function getNoteText(Budget $budget): ?string;
/**
* @param Budget $budget
*