mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -73,7 +73,7 @@ class Date implements BinderInterface
|
||||
$result = new Carbon($value);
|
||||
} catch (Exception $e) { // @phpstan-ignore-line
|
||||
Log::error(sprintf('Could not parse date "%s" for user #%d: %s', $value, auth()->user()->id, $e->getMessage()));
|
||||
throw new NotFoundHttpException;
|
||||
throw new NotFoundHttpException();
|
||||
}
|
||||
|
||||
return $result;
|
||||
|
Reference in New Issue
Block a user