mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 00:20:03 +00:00
Remove JSON exceptions that are not thrown anyway.
This commit is contained in:
@@ -259,8 +259,7 @@ class RecurringRepository implements RecurringRepositoryInterface
|
||||
/**
|
||||
* Get the tags from the recurring transaction.
|
||||
*
|
||||
* @throws \JsonException
|
||||
*/
|
||||
* */
|
||||
public function getTags(RecurrenceTransaction $transaction): array
|
||||
{
|
||||
$tags = [];
|
||||
@@ -480,8 +479,7 @@ class RecurringRepository implements RecurringRepositoryInterface
|
||||
|
||||
/**
|
||||
* @throws FireflyException
|
||||
* @throws \JsonException
|
||||
*/
|
||||
* */
|
||||
public function store(array $data): Recurrence
|
||||
{
|
||||
/** @var RecurrenceFactory $factory */
|
||||
|
||||
Reference in New Issue
Block a user