mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Remove JSON exceptions that are not thrown anyway.
This commit is contained in:
@@ -134,8 +134,7 @@ class BudgetReportGenerator
|
||||
|
||||
/**
|
||||
* @throws FireflyException
|
||||
* @throws \JsonException
|
||||
*/
|
||||
* */
|
||||
public function setUser(User $user): void
|
||||
{
|
||||
$this->repository->setUser($user);
|
||||
|
||||
Reference in New Issue
Block a user