diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-12-18 11:28:52 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-12-18 11:42:28 +0000 |
| commit | e20523594b1c9198044ea2549fd5fab80283ede4 (patch) | |
| tree | b68bf18600b8aa133a0e03407f7f16d8207cd1cb /app/Date/JalaliDate.php | |
| parent | 07cae1156c3ade93a10becbc6a3bba7bcf932920 (diff) | |
| download | webtrees-e20523594b1c9198044ea2549fd5fab80283ede4.tar.gz webtrees-e20523594b1c9198044ea2549fd5fab80283ede4.tar.bz2 webtrees-e20523594b1c9198044ea2549fd5fab80283ede4.zip | |
PHP-CS-FIXER
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); /** |
