mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -68,7 +68,6 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||
*/
|
||||
class WebhookMessage extends Model
|
||||
{
|
||||
|
||||
protected $casts
|
||||
= [
|
||||
'sent' => 'boolean',
|
||||
@@ -98,7 +97,7 @@ class WebhookMessage extends Model
|
||||
return $message;
|
||||
}
|
||||
}
|
||||
throw new NotFoundHttpException;
|
||||
throw new NotFoundHttpException();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user