mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-28 00:09:56 -07:00
Fix code quality with rector [skip ci]
This commit is contained in:
@@ -274,7 +274,7 @@ class Handler extends ExceptionHandler
|
||||
{
|
||||
return null !== Arr::first(
|
||||
$this->dontReport,
|
||||
static fn ($type) => $e instanceof $type
|
||||
static fn ($type): bool => $e instanceof $type
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user