Add strict types, add debug info

This commit is contained in:
James Cole
2022-07-16 09:25:10 +02:00
parent 5c3b4d1663
commit 9493046212
38 changed files with 222 additions and 86 deletions
+2 -1
View File
@@ -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;
}
}