mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-10 17:09:42 +00:00
Chore: Add phpdocs
This commit is contained in:
@@ -24,6 +24,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace FireflyIII\Enums;
|
||||
|
||||
/**
|
||||
* Class RecurrenceRepetitionWeekend
|
||||
*/
|
||||
enum RecurrenceRepetitionWeekend: int
|
||||
{
|
||||
case WEEKEND_DO_NOTHING = 1;
|
||||
|
||||
@@ -24,6 +24,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace FireflyIII\Enums;
|
||||
|
||||
/**
|
||||
* Class UserRoleEnum
|
||||
*/
|
||||
enum UserRoleEnum: string
|
||||
{
|
||||
case CHANGE_PIGGY_BANKS = 'change_piggies';
|
||||
|
||||
@@ -24,6 +24,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace FireflyIII\Enums;
|
||||
|
||||
/**
|
||||
* Class WebhookDelivery
|
||||
*/
|
||||
enum WebhookDelivery: int
|
||||
{
|
||||
//case XML = 200;
|
||||
|
||||
@@ -24,6 +24,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace FireflyIII\Enums;
|
||||
|
||||
/**
|
||||
* Class WebhookResponse
|
||||
*/
|
||||
enum WebhookResponse: int
|
||||
{
|
||||
case TRANSACTIONS = 200;
|
||||
|
||||
Reference in New Issue
Block a user