mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 19:53:44 +00:00
Add newlines and strict types check.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/*
|
||||
* WebhookRepository.php
|
||||
* Copyright (c) 2020 james@firefly-iii.org
|
||||
@@ -88,4 +89,4 @@ class WebhookRepository implements WebhookRepositoryInterface
|
||||
{
|
||||
$webhook->delete();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/*
|
||||
* WebhookRepositoryInterface.php
|
||||
* Copyright (c) 2020 james@firefly-iii.org
|
||||
@@ -64,4 +65,4 @@ interface WebhookRepositoryInterface
|
||||
*/
|
||||
public function destroy(Webhook $webhook): void;
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user