mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Remove double lines from code.
This commit is contained in:
@@ -264,7 +264,6 @@ trait JournalServiceTrait
|
||||
* @param TransactionJournal $journal
|
||||
* @param array $tags
|
||||
*
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
protected function storeTags(TransactionJournal $journal, ?array $tags): void
|
||||
|
||||
@@ -254,7 +254,6 @@ trait RecurringTransactionTrait
|
||||
// $piggyName = $data['meta']['piggy_bank_name'] ?? '';
|
||||
// $this->updatePiggyBank($recurrence, $piggyId, $piggyName);
|
||||
//
|
||||
//
|
||||
// $tags = $data['meta']['tags'] ?? [];
|
||||
// $this->updateTags($recurrence, $tags);
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user