diff options
Diffstat (limited to 'app/Date/JalaliDate.php')
| -rw-r--r-- | app/Date/JalaliDate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Date/JalaliDate.php b/app/Date/JalaliDate.php index f5274c6d24..eea1080431 100644 --- a/app/Date/JalaliDate.php +++ b/app/Date/JalaliDate.php @@ -22,7 +22,7 @@ use Fisharebest\Webtrees\I18N; * Definitions for the Jalali calendar */ class JalaliDate extends CalendarDate { - /** @var integer[] Convert GEDCOM month names to month numbers */ + /** @var int[] Convert GEDCOM month names to month numbers */ public static $MONTH_ABBREV = array('' => 0, 'FARVA' => 1, 'ORDIB' => 2, 'KHORD' => 3, 'TIR' => 4, 'MORDA' => 5, 'SHAHR' => 6, 'MEHR' => 7, 'ABAN' => 8, 'AZAR' => 9, 'DEY' => 10, 'BAHMA' => 11, 'ESFAN' => 12); /** |
