mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +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
|
||||
{
|
||||
|
@@ -47,8 +47,6 @@ trait ChartGeneration
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
protected function accountBalanceChart(Collection $accounts, Carbon $start, Carbon $end): array // chart helper method.
|
||||
{
|
||||
|
@@ -66,7 +66,6 @@ trait RequestInformation
|
||||
*
|
||||
* @return string
|
||||
*
|
||||
*
|
||||
*/
|
||||
protected function getHelpText(string $route, string $language): string // get from internet.
|
||||
{
|
||||
|
@@ -183,7 +183,6 @@ trait UserNavigation
|
||||
// return redirect(route('index'));
|
||||
// }
|
||||
//
|
||||
//
|
||||
// $valid = [AccountType::DEFAULT, AccountType::ASSET];
|
||||
// $transactions = $journal->transactions;
|
||||
// /** @var Transaction $transaction */
|
||||
|
Reference in New Issue
Block a user