mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Remove double lines from code.
This commit is contained in:
@@ -79,8 +79,6 @@ trait AugumentData
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
protected function earnedByCategory(Collection $assets, Collection $opposing, Carbon $start, Carbon $end): array // get data + augment with info
|
||||
{
|
||||
@@ -352,7 +350,6 @@ trait AugumentData
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
*
|
||||
*/
|
||||
protected function getExpensesForBudget(Collection $limits, Budget $budget, Carbon $start, Carbon $end): array // get data + augment with info
|
||||
{
|
||||
@@ -397,8 +394,6 @@ trait AugumentData
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
protected function spentInPeriodMulti(Budget $budget, Collection $limits): array // get data + augment with info
|
||||
{
|
||||
@@ -587,7 +582,6 @@ trait AugumentData
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
*
|
||||
*/
|
||||
protected function spentByBudget(Collection $assets, Collection $opposing, Carbon $start, Carbon $end): array // get data + augment with info
|
||||
{
|
||||
@@ -647,8 +641,6 @@ trait AugumentData
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
protected function spentByCategory(Collection $assets, Collection $opposing, Carbon $start, Carbon $end): array // get data + augment with info
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user