Various code cleanup.

This commit is contained in:
James Cole
2021-09-18 10:21:29 +02:00
parent 3589c9f60f
commit e829d79589
107 changed files with 225 additions and 220 deletions

View File

@@ -78,6 +78,7 @@ trait PeriodOverview
*
* @return array
* @throws FireflyException
* @throws \JsonException
*/
protected function getAccountPeriodOverview(Account $account, Carbon $start, Carbon $end): array
{
@@ -269,6 +270,7 @@ trait PeriodOverview
*
* @return array
* @throws FireflyException
* @throws \JsonException
*/
protected function getCategoryPeriodOverview(Category $category, Carbon $start, Carbon $end): array
{
@@ -347,6 +349,7 @@ trait PeriodOverview
*
* @return array
* @throws FireflyException
* @throws \JsonException
*/
protected function getNoBudgetPeriodOverview(Carbon $start, Carbon $end): array
{
@@ -400,6 +403,7 @@ trait PeriodOverview
*
* @return array
* @throws FireflyException
* @throws \JsonException
*/
protected function getNoCategoryPeriodOverview(Carbon $theDate): array
{
@@ -480,6 +484,7 @@ trait PeriodOverview
*
* @return array
* @throws FireflyException
* @throws \JsonException
*/
protected function getTagPeriodOverview(Tag $tag, Carbon $start, Carbon $end): array // period overview for tags.
{
@@ -554,6 +559,7 @@ trait PeriodOverview
*
* @return array
* @throws FireflyException
* @throws \JsonException
*/
protected function getTransactionPeriodOverview(string $transactionType, Carbon $start, Carbon $end): array
{