mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Remove inspection, add TODO's, make code a bit simpler.
This commit is contained in:
@@ -575,7 +575,7 @@ trait AugumentData
|
||||
return $grouped;
|
||||
}
|
||||
|
||||
/** @noinspection MoreThanThreeArgumentsInspection */
|
||||
|
||||
|
||||
/**
|
||||
* Spent by budget.
|
||||
@@ -635,7 +635,7 @@ trait AugumentData
|
||||
return $sum;
|
||||
}
|
||||
|
||||
/** @noinspection MoreThanThreeArgumentsInspection */
|
||||
|
||||
|
||||
/**
|
||||
* Spent by category.
|
||||
@@ -696,7 +696,7 @@ trait AugumentData
|
||||
return $sum;
|
||||
}
|
||||
|
||||
/** @noinspection MoreThanThreeArgumentsInspection */
|
||||
|
||||
|
||||
/**
|
||||
* Spent in a period.
|
||||
@@ -744,7 +744,7 @@ trait AugumentData
|
||||
return $sum;
|
||||
}
|
||||
|
||||
/** @noinspection MoreThanThreeArgumentsInspection */
|
||||
|
||||
|
||||
/**
|
||||
* Returns an array with the following values:
|
||||
|
Reference in New Issue
Block a user