mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 19:01:58 +00:00
Add new line to files [skip ci]
This commit is contained in:
@@ -118,4 +118,4 @@ class UpgradeDatabase extends Command
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -57,10 +57,14 @@ class JournalCollector extends BasicCollector implements CollectorInterface
|
||||
* possible category ids journals
|
||||
* possible budget ids for transactions
|
||||
* possible category ids for transactions
|
||||
*
|
||||
* possible IBAN and account numbers?
|
||||
*
|
||||
*/
|
||||
$journals = $this->extractJournalIds();
|
||||
$transactions = $this->extractTransactionIds();
|
||||
|
||||
|
||||
// extend work set with category data from journals:
|
||||
$this->categoryDataForJournals($journals);
|
||||
|
||||
@@ -341,4 +345,4 @@ class JournalCollector extends BasicCollector implements CollectorInterface
|
||||
]
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -107,4 +107,4 @@ class BudgetEventHandler
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -121,4 +121,4 @@ class StoredJournalEventHandler
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -125,4 +125,4 @@ class UpdatedJournalEventHandler
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -222,4 +222,4 @@ class UserEventHandler
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -41,4 +41,4 @@ class AccountController extends Controller
|
||||
|
||||
return view('reports.partials.accounts', compact('accountReport'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -328,4 +328,4 @@ class SingleController extends Controller
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -58,4 +58,4 @@ class PresidentsChoice implements SpecificInterface
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -64,4 +64,4 @@ class Note extends Model
|
||||
return $this->morphTo();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -429,4 +429,4 @@ class AccountTasker implements AccountTaskerInterface
|
||||
|
||||
return $collection;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -96,4 +96,4 @@ interface AccountTaskerInterface
|
||||
*/
|
||||
public function incomeReport(Collection $accounts, Collection $excluded, Carbon $start, Carbon $end): Collection;
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -290,4 +290,4 @@ class JournalTasker implements JournalTaskerInterface
|
||||
|
||||
return strval($sum);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -64,4 +64,4 @@ interface JournalTaskerInterface
|
||||
* @return array
|
||||
*/
|
||||
public function getTransactionsOverview(TransactionJournal $journal): array;
|
||||
}
|
||||
}
|
||||
|
@@ -363,4 +363,4 @@ class Transaction extends Twig_Extension
|
||||
|
||||
return '';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user