mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 05:06:37 +00:00
Chore: Add phpdocs
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* Copyright (c) 2023 Antonio Spinelli <https://github.com/tonicospinelli>
|
||||
*
|
||||
@@ -21,7 +23,10 @@
|
||||
|
||||
namespace FireflyIII\Support\Calendar\Periodicity;
|
||||
|
||||
/**
|
||||
* Class Bimonthly
|
||||
*/
|
||||
final class Bimonthly extends Monthly
|
||||
{
|
||||
const INTERVAL = 2;
|
||||
public const INTERVAL = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user