mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-27 16:07:45 -07:00
Add strict types, add debug info
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/*
|
||||
* WebhookTrigger.php
|
||||
* Copyright (c) 2022 james@firefly-iii.org
|
||||
@@ -26,4 +27,4 @@ enum WebhookTrigger: int
|
||||
case STORE_TRANSACTION = 100;
|
||||
case UPDATE_TRANSACTION = 110;
|
||||
case DESTROY_TRANSACTION = 120;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user