mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Fixed some tests.
This commit is contained in:
@@ -40,4 +40,4 @@ interface BudgetChartGenerator
|
||||
*/
|
||||
public function year(Collection $budgets, Collection $entries);
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -138,4 +138,4 @@ class ChartJsBudgetChartGenerator implements BudgetChartGenerator
|
||||
|
||||
return $data;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -107,4 +107,4 @@ class GoogleBudgetChartGenerator implements BudgetChartGenerator
|
||||
|
||||
return $chart->getData();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user