mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add some PHP 8.3-only features.
This commit is contained in:
@@ -30,7 +30,7 @@ namespace FireflyIII\Support\Calendar\Periodicity;
|
||||
*/
|
||||
abstract class Interval implements Interspacable
|
||||
{
|
||||
public const INTERVAL = 1;
|
||||
public const int INTERVAL = 1;
|
||||
|
||||
/**
|
||||
* @param int $skip
|
||||
|
Reference in New Issue
Block a user