mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Remove JSON exceptions that are not thrown anyway.
This commit is contained in:
@@ -121,8 +121,7 @@ class ConvertToDeposit implements ActionInterface
|
||||
* Is converted to a deposit from C to A.
|
||||
*
|
||||
* @throws FireflyException
|
||||
* @throws \JsonException
|
||||
*/
|
||||
* */
|
||||
private function convertWithdrawalArray(TransactionJournal $journal): bool
|
||||
{
|
||||
$user = $journal->user;
|
||||
@@ -211,8 +210,7 @@ class ConvertToDeposit implements ActionInterface
|
||||
* The source account is replaced.
|
||||
*
|
||||
* @throws FireflyException
|
||||
* @throws \JsonException
|
||||
*/
|
||||
* */
|
||||
private function convertTransferArray(TransactionJournal $journal): bool
|
||||
{
|
||||
$user = $journal->user;
|
||||
|
Reference in New Issue
Block a user