mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-02 02:18:20 +00:00
chore: reformat code.
This commit is contained in:
@@ -110,7 +110,7 @@ class StandardWebhookSender implements WebhookSenderInterface
|
||||
$client = new Client();
|
||||
try {
|
||||
$res = $client->request('POST', $this->message->webhook->url, $options);
|
||||
} catch (RequestException|ConnectException $e) {
|
||||
} catch (RequestException | ConnectException $e) {
|
||||
Log::error($e->getMessage());
|
||||
Log::error($e->getTraceAsString());
|
||||
|
||||
|
@@ -41,7 +41,7 @@ interface WebhookSenderInterface
|
||||
public function send(): void;
|
||||
|
||||
/**
|
||||
* @param WebhookMessage $message
|
||||
* @param WebhookMessage $message
|
||||
*/
|
||||
public function setMessage(WebhookMessage $message): void;
|
||||
}
|
||||
|
Reference in New Issue
Block a user