mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Remove JSON exceptions that are not thrown anyway.
This commit is contained in:
@@ -422,8 +422,7 @@ class BillRepository implements BillRepositoryInterface
|
||||
/**
|
||||
* Given the date in $date, this method will return a moment in the future where the bill is expected to be paid.
|
||||
*
|
||||
* @throws \JsonException
|
||||
*/
|
||||
* */
|
||||
public function nextExpectedMatch(Bill $bill, Carbon $date): Carbon
|
||||
{
|
||||
$cache = new CacheProperties();
|
||||
@@ -464,8 +463,7 @@ class BillRepository implements BillRepositoryInterface
|
||||
|
||||
/**
|
||||
* @throws FireflyException
|
||||
* @throws \JsonException
|
||||
*/
|
||||
* */
|
||||
public function store(array $data): Bill
|
||||
{
|
||||
/** @var BillFactory $factory */
|
||||
@@ -645,8 +643,7 @@ class BillRepository implements BillRepositoryInterface
|
||||
|
||||
/**
|
||||
* @throws FireflyException
|
||||
* @throws \JsonException
|
||||
*/
|
||||
* */
|
||||
public function update(Bill $bill, array $data): Bill
|
||||
{
|
||||
/** @var BillUpdateService $service */
|
||||
|
Reference in New Issue
Block a user