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
{

View File

@@ -47,8 +47,6 @@ trait ChartGeneration
*
* @return array
*
*
*
*/
protected function accountBalanceChart(Collection $accounts, Carbon $start, Carbon $end): array // chart helper method.
{

View File

@@ -66,7 +66,6 @@ trait RequestInformation
*
* @return string
*
*
*/
protected function getHelpText(string $route, string $language): string // get from internet.
{

View File

@@ -183,7 +183,6 @@ trait UserNavigation
// return redirect(route('index'));
// }
//
//
// $valid = [AccountType::DEFAULT, AccountType::ASSET];
// $transactions = $journal->transactions;
// /** @var Transaction $transaction */