diff --git a/app/Services/CategorySpendingService.php b/app/Services/CategorySpendingService.php index b2cddfba..3e41836d 100644 --- a/app/Services/CategorySpendingService.php +++ b/app/Services/CategorySpendingService.php @@ -19,8 +19,6 @@ class CategorySpendingService * ancestor so only parents are listed. With one, the parent's children * become the rows (plus a direct node for transactions sitting on the * parent itself). Soft-deleted categories are excluded. - * - * @return Collection> */ public function forPeriod(string $userId, Carbon $from, Carbon $to, ?string $drillParentId = null): Collection {