This fixes the broken tests.

This commit is contained in:
James Cole
2016-02-10 12:01:45 +01:00
parent 5974bdcc2a
commit bc67113d77
9 changed files with 6 additions and 8 deletions

View File

@@ -607,7 +607,7 @@ class BudgetRepository extends ComponentRepository implements BudgetRepositoryIn
*
* @return array
*/
public function spentPerDay(Budget $budget, Carbon $start, Carbon $end)
public function spentPerDay(Budget $budget, Carbon $start, Carbon $end): array
{
/** @var Collection $query */
$query = $budget->transactionjournals()