mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Remove unused exceptions.
This commit is contained in:
@@ -188,7 +188,7 @@ trait AccountServiceTrait
|
||||
|
||||
/**
|
||||
* @throws FireflyException
|
||||
* *
|
||||
* *
|
||||
* @deprecated
|
||||
*/
|
||||
protected function createOBGroup(Account $account, array $data): TransactionGroup
|
||||
|
||||
@@ -162,8 +162,6 @@ trait RecurringTransactionTrait
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* */
|
||||
protected function findAccount(array $expectedTypes, ?int $accountId, ?string $accountName): Account
|
||||
{
|
||||
$result = null;
|
||||
|
||||
Reference in New Issue
Block a user