Remove double lines from code.

This commit is contained in:
James Cole
2019-08-28 16:28:14 +02:00
parent fa706d27d8
commit 5fb7635100
83 changed files with 0 additions and 129 deletions

View File

@@ -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
{