mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Add newlines.
This commit is contained in:
@@ -168,4 +168,4 @@ class ReportHelper implements ReportHelperInterface
|
||||
|
||||
return $report;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -55,4 +55,4 @@ interface ReportHelperInterface
|
||||
* @return array
|
||||
*/
|
||||
public function yearBalanceReport(Carbon $date, $showSharedReports = false);
|
||||
}
|
||||
}
|
||||
|
@@ -604,4 +604,4 @@ class ReportQuery implements ReportQueryInterface
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -163,4 +163,4 @@ interface ReportQueryInterface
|
||||
* @return Collection
|
||||
*/
|
||||
public function sharedExpensesByCategory(Carbon $start, Carbon $end);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user