diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-09-28 00:40:37 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-09-28 00:40:37 +0100 |
| commit | 52348eb8c11b06a8488e13475e6561273832716a (patch) | |
| tree | 0730bf446a089430ecc789213878c98734b8d953 /app/Date/FrenchDate.php | |
| parent | 8dded14167f3cf2866bfdc9fea81c35d3d36ea75 (diff) | |
| download | webtrees-52348eb8c11b06a8488e13475e6561273832716a.tar.gz webtrees-52348eb8c11b06a8488e13475e6561273832716a.tar.bz2 webtrees-52348eb8c11b06a8488e13475e6561273832716a.zip | |
PHPdoc
Diffstat (limited to 'app/Date/FrenchDate.php')
| -rw-r--r-- | app/Date/FrenchDate.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Date/FrenchDate.php b/app/Date/FrenchDate.php index 7cd9284cf2..723edf50b0 100644 --- a/app/Date/FrenchDate.php +++ b/app/Date/FrenchDate.php @@ -23,8 +23,8 @@ use Fisharebest\Webtrees\I18N; */ class FrenchDate extends CalendarDate { - /** @var int[] Convert GEDCOM month names to month numbers */ - public static $MONTH_ABBREV = [ + // Convert GEDCOM month names to month numbers + const MONTH_ABBREVIATIONS = [ '' => 0, 'VEND' => 1, 'BRUM' => 2, |
