mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 12:15:55 +00:00
Changed a lot of parameters.
This commit is contained in:
@@ -27,7 +27,7 @@ class ChartJsBillChartGenerator implements BillChartGeneratorInterface
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function frontpage($paid, $unpaid)
|
||||
public function frontpage(string $paid, string $unpaid)
|
||||
{
|
||||
bcscale(2);
|
||||
$data = [
|
||||
|
||||
Reference in New Issue
Block a user