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);
|
||||
/*
|
||||
* RecurrenceRepetitionWeekend.php
|
||||
* Copyright (c) 2022 james@firefly-iii.org
|
||||
@@ -27,4 +28,4 @@ enum RecurrenceRepetitionWeekend: int
|
||||
case WEEKEND_SKIP_CREATION = 2;
|
||||
case WEEKEND_TO_FRIDAY = 3;
|
||||
case WEEKEND_TO_MONDAY = 4;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user