mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +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;
|
||||
|
||||
Reference in New Issue
Block a user