mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Add newlines and strict types check.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/*
|
||||
* StandardWebhookSender.php
|
||||
* Copyright (c) 2020 james@firefly-iii.org
|
||||
@@ -116,4 +117,4 @@ class StandardWebhookSender implements WebhookSenderInterface
|
||||
|
||||
//$this->sendMessageV0($this->message);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/*
|
||||
* WebhookSenderInterface.php
|
||||
* Copyright (c) 2020 james@firefly-iii.org
|
||||
@@ -42,4 +43,4 @@ interface WebhookSenderInterface
|
||||
*
|
||||
*/
|
||||
public function send(): void;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user