mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Remove double lines from code.
This commit is contained in:
@@ -37,7 +37,6 @@ class ImportProvider implements BinderInterface
|
||||
/**
|
||||
* @return array
|
||||
*
|
||||
*
|
||||
*/
|
||||
public static function getProviders(): array
|
||||
{
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -150,7 +150,6 @@ class SelectBudgetHandler implements YnabJobConfigurationInterface
|
||||
$this->repository->setUser($importJob->user);
|
||||
$this->currencyRepository->setUser($importJob->user);
|
||||
$this->accountRepository->setUser($importJob->user);
|
||||
$this->accountRepository->setUser($importJob->user);
|
||||
|
||||
$this->accounts = $this->accountRepository->getAccountsByType([AccountType::ASSET, AccountType::DEFAULT]);
|
||||
}
|
||||
|
||||
@@ -132,7 +132,6 @@ class StageNewHandler
|
||||
/** @var MonetaryAccountSavings $object */
|
||||
$array = $this->processMas($object);
|
||||
break;
|
||||
break;
|
||||
default:
|
||||
// @codeCoverageIgnoreStart
|
||||
throw new FireflyException(sprintf('Bunq import routine cannot handle account of type "%s".', get_class($object)));
|
||||
|
||||
@@ -92,7 +92,6 @@ class OFXProcessor implements FileProcessorInterface
|
||||
// var_dump($transaction);
|
||||
// }
|
||||
//
|
||||
//
|
||||
// die('I am here.');
|
||||
|
||||
|
||||
|
||||
@@ -43,7 +43,6 @@ trait FiltersWeekends
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
*
|
||||
*/
|
||||
protected function filterWeekends(RecurrenceRepetition $repetition, array $dates): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user