Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/I18N/Languages/Afrikaans.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
protected const PaperSize PAPER_SIZE = PaperSize::A4;
protected const string LANGUAGE_TAG = 'af';
protected const string LOCALE_CODE = 'af_ZA@collation=phonebook';
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string DECIMAL_SYMBOL = ',';
protected const Weekday FIRST_DAY = Weekday::Sunday;
protected const string DATE_ABOUT = 'op ongeveer %s';
Expand Down
2 changes: 1 addition & 1 deletion app/I18N/Languages/Albanian.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
protected const PaperSize PAPER_SIZE = PaperSize::A4;
protected const string LANGUAGE_TAG = 'sq';
protected const string LOCALE_CODE = 'sq_AL@collation=phonebook';
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string DECIMAL_SYMBOL = ',';
protected const string DATE_ABOUT = 'rreth %s';
protected const string DATE_AFTER = 'pas %s';
Expand Down
2 changes: 1 addition & 1 deletion app/I18N/Languages/Armenian.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
protected const PaperSize PAPER_SIZE = PaperSize::A4;
protected const string LANGUAGE_TAG = 'hy';
protected const string LOCALE_CODE = 'hy_AM@collation=phonebook';
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string DECIMAL_SYMBOL = ',';
protected const Script SCRIPT = Script::Armn;
protected const string DATE_ABOUT = 'մոտ %s';
Expand Down
2 changes: 1 addition & 1 deletion app/I18N/Languages/Bulgarian.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
protected const string LANGUAGE_TAG = 'bg';
protected const string LOCALE_CODE = 'bg_BG@collation=phonebook';
protected const int MINIMUM_GROUPING_DIGITS = 2;
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string DECIMAL_SYMBOL = ',';
protected const Script SCRIPT = Script::Cyrl;
protected const string DATE_ABOUT = 'около %s';
Expand Down
2 changes: 1 addition & 1 deletion app/I18N/Languages/Czech.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
protected const PaperSize PAPER_SIZE = PaperSize::A4;
protected const string LANGUAGE_TAG = 'cs';
protected const string LOCALE_CODE = 'cs_CZ@collation=phonebook';
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string DECIMAL_SYMBOL = ',';
protected const string DATE_ABOUT = 'kolem %s';
protected const string DATE_AFTER = 'po %s';
Expand Down
2 changes: 1 addition & 1 deletion app/I18N/Languages/Estonian.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
protected const string LANGUAGE_TAG = 'et';
protected const string LOCALE_CODE = 'et_EE@collation=phonebook';
protected const int MINIMUM_GROUPING_DIGITS = 3;
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string NEGATIVE_SYMBOL = UTF8::MINUS_SIGN;
protected const string DECIMAL_SYMBOL = ',';
protected const string DATE_ABOUT = 'umbes %s';
Expand Down
2 changes: 1 addition & 1 deletion app/I18N/Languages/Finnish.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
protected const PaperSize PAPER_SIZE = PaperSize::A4;
protected const string LANGUAGE_TAG = 'fi';
protected const string LOCALE_CODE = 'fi_FI@collation=phonebook';
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string NEGATIVE_SYMBOL = UTF8::MINUS_SIGN;
protected const string DECIMAL_SYMBOL = ',';
protected const string DATE_ABOUT = 'noin %s';
Expand Down
2 changes: 1 addition & 1 deletion app/I18N/Languages/FrenchCanada.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
protected const PaperSize PAPER_SIZE = PaperSize::USLetter;
protected const string LANGUAGE_TAG = 'fr-CA';
protected const string LOCALE_CODE = 'fr_CA@collation=phonebook';
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string DECIMAL_SYMBOL = ',';
protected const Weekday FIRST_DAY = Weekday::Sunday;

Expand Down
2 changes: 1 addition & 1 deletion app/I18N/Languages/Georgian.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
protected const string LANGUAGE_TAG = 'ka';
protected const string LOCALE_CODE = 'ka_GE@collation=phonebook';
protected const int MINIMUM_GROUPING_DIGITS = 2;
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string DECIMAL_SYMBOL = ',';
protected const Script SCRIPT = Script::Geor;
protected const string DATE_ABOUT = 'მიახლოებით %s';
Expand Down
2 changes: 1 addition & 1 deletion app/I18N/Languages/Hungarian.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
protected const PaperSize PAPER_SIZE = PaperSize::A4;
protected const string LANGUAGE_TAG = 'hu';
protected const string LOCALE_CODE = 'hu_HU@collation=phonebook';
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string DECIMAL_SYMBOL = ',';
protected const string DATE_ABOUT = '%s körül';
protected const string DATE_AFTER = '%s után';
Expand Down
2 changes: 1 addition & 1 deletion app/I18N/Languages/Kazhak.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
protected const PaperSize PAPER_SIZE = PaperSize::A4;
protected const string LANGUAGE_TAG = 'kk';
protected const string LOCALE_CODE = 'kk_KZ@collation=phonebook';
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string DECIMAL_SYMBOL = ',';
protected const Script SCRIPT = Script::Cyrl;
protected const string DATE_ABOUT = 'шамамен %s';
Expand Down
2 changes: 1 addition & 1 deletion app/I18N/Languages/Latvian.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
protected const string LANGUAGE_TAG = 'lv';
protected const string LOCALE_CODE = 'lv_LV@collation=phonebook';
protected const int MINIMUM_GROUPING_DIGITS = 3;
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string DECIMAL_SYMBOL = ',';
protected const string LIST_SEPARATOR_AND = ' un ';
protected const string LIST_SEPARATOR_OR = ' vai ';
Expand Down
2 changes: 1 addition & 1 deletion app/I18N/Languages/Lithuanian.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
protected const PaperSize PAPER_SIZE = PaperSize::A4;
protected const string LANGUAGE_TAG = 'lt';
protected const string LOCALE_CODE = 'lt_LT@collation=phonebook';
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string NEGATIVE_SYMBOL = UTF8::MINUS_SIGN;
protected const string DECIMAL_SYMBOL = ',';
protected const string DATE_ABOUT = 'apie %s';
Expand Down
2 changes: 1 addition & 1 deletion app/I18N/Languages/Occitan.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
protected const PaperSize PAPER_SIZE = PaperSize::A4;
protected const string LANGUAGE_TAG = 'oc';
protected const string LOCALE_CODE = 'oc_FR@collation=phonebook';
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string DECIMAL_SYMBOL = ',';
protected const string DATE_AFTER = 'après %s';
protected const string DATE_FROM = 'de %s';
Expand Down
2 changes: 1 addition & 1 deletion app/I18N/Languages/Polish.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
protected const string LANGUAGE_TAG = 'pl';
protected const string LOCALE_CODE = 'pl_PL@collation=phonebook';
protected const int MINIMUM_GROUPING_DIGITS = 2;
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string DECIMAL_SYMBOL = ',';
protected const string DATE_ABOUT = 'ok. %s';
protected const string DATE_AFTER = 'po %s';
Expand Down
2 changes: 1 addition & 1 deletion app/I18N/Languages/Russian.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
protected const PaperSize PAPER_SIZE = PaperSize::A4;
protected const string LANGUAGE_TAG = 'ru';
protected const string LOCALE_CODE = 'ru_RU@collation=phonebook';
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string DECIMAL_SYMBOL = ',';
protected const Script SCRIPT = Script::Cyrl;
protected const string DATE_ABOUT = 'около %s';
Expand Down
2 changes: 1 addition & 1 deletion app/I18N/Languages/Slovakian.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
protected const PaperSize PAPER_SIZE = PaperSize::A4;
protected const string LANGUAGE_TAG = 'sk';
protected const string LOCALE_CODE = 'sk_SK@collation=phonebook';
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string DECIMAL_SYMBOL = ',';
protected const string DATE_ABOUT = 'okolo %s';
protected const string DATE_AFTER = 'po %s';
Expand Down
2 changes: 1 addition & 1 deletion app/I18N/Languages/Swedish.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
protected const PaperSize PAPER_SIZE = PaperSize::A4;
protected const string LANGUAGE_TAG = 'sv';
protected const string LOCALE_CODE = 'sv_SE@collation=phonebook';
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string NEGATIVE_SYMBOL = UTF8::MINUS_SIGN;
protected const string DECIMAL_SYMBOL = ',';
protected const string DATE_ABOUT = 'ungefär %s';
Expand Down
2 changes: 1 addition & 1 deletion app/I18N/Languages/Tatar.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
protected const PaperSize PAPER_SIZE = PaperSize::A4;
protected const string LANGUAGE_TAG = 'tt';
protected const string LOCALE_CODE = 'tt_RU@collation=phonebook';
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string DECIMAL_SYMBOL = ',';
protected const Script SCRIPT = Script::Cyrl;
protected const string LIST_SEPARATOR_AND = ' һәм ';
Expand Down
2 changes: 1 addition & 1 deletion app/I18N/Languages/Ukranian.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
protected const PaperSize PAPER_SIZE = PaperSize::A4;
protected const string LANGUAGE_TAG = 'uk';
protected const string LOCALE_CODE = 'uk_UA@collation=phonebook';
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string DECIMAL_SYMBOL = ',';
protected const Script SCRIPT = Script::Cyrl;
protected const string DATE_ABOUT = 'близько %s';
Expand Down
2 changes: 1 addition & 1 deletion app/I18N/Languages/Uzbek.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
protected const PaperSize PAPER_SIZE = PaperSize::A4;
protected const string LANGUAGE_TAG = 'uz';
protected const string LOCALE_CODE = 'uz_UZ@collation=phonebook';
protected const string DIGITS_SEPARATOR = UTF8::NO_BREAK_SPACE;
protected const string DIGITS_SEPARATOR = UTF8::NARROW_NO_BREAK_SPACE;
protected const string DECIMAL_SYMBOL = ',';
protected const string LIST_SEPARATOR_AND = ' va ';
protected const string LIST_SEPARATOR_OR = ' yoki ';
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/I18N/Languages/AfrikaansTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ public function testDigits(): void
}
public function testNumber(): void
{
self::assertSame('-123 456,0789', self::language()->number(-123456.0789));
self::assertSame('-123456,0789', self::language()->number(-123456.0789));
}

public function testPercentage(): void
{
self::assertSame('-123 456,0789%', self::language()->percentage(-1234.560789));
self::assertSame('-123456,0789%', self::language()->percentage(-1234.560789));
}

protected static function expectedDateOrder(): string
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/I18N/Languages/AlbanianTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ public function testDigits(): void
}
public function testNumber(): void
{
self::assertSame('-123 456,0789', self::language()->number(-123456.0789));
self::assertSame('-123456,0789', self::language()->number(-123456.0789));
}

public function testPercentage(): void
{
self::assertSame('-123 456,0789%', self::language()->percentage(-1234.560789));
self::assertSame('-123456,0789%', self::language()->percentage(-1234.560789));
}

protected static function expectedDateOrder(): string
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/I18N/Languages/ArmenianTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ public function testDigits(): void
}
public function testNumber(): void
{
self::assertSame('-123 456,0789', self::language()->number(-123456.0789));
self::assertSame('-123456,0789', self::language()->number(-123456.0789));
}

public function testPercentage(): void
{
self::assertSame('-123 456,0789%', self::language()->percentage(-1234.560789));
self::assertSame('-123456,0789%', self::language()->percentage(-1234.560789));
}

protected static function expectedDateOrder(): string
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/I18N/Languages/BulgarianTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ public function testDigits(): void
}
public function testNumber(): void
{
self::assertSame('-123 456,0789', self::language()->number(-123456.0789));
self::assertSame('-123456,0789', self::language()->number(-123456.0789));
}

public function testPercentage(): void
{
self::assertSame('-123 456,0789%', self::language()->percentage(-1234.560789));
self::assertSame('-123456,0789%', self::language()->percentage(-1234.560789));
}

protected static function expectedDateOrder(): string
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/I18N/Languages/CzechTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ public function testDigits(): void
}
public function testNumber(): void
{
self::assertSame('-123 456,0789', self::language()->number(-123456.0789));
self::assertSame('-123456,0789', self::language()->number(-123456.0789));
}

public function testPercentage(): void
{
self::assertSame('-123 456,0789 %', self::language()->percentage(-1234.560789));
self::assertSame('-123456,0789 %', self::language()->percentage(-1234.560789));
}

protected static function expectedDateOrder(): string
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/I18N/Languages/EstonianTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ public function testDigits(): void
}
public function testNumber(): void
{
self::assertSame('−123 456,0789', self::language()->number(-123456.0789));
self::assertSame('−123456,0789', self::language()->number(-123456.0789));
}

public function testPercentage(): void
{
self::assertSame('−123 456,0789%', self::language()->percentage(-1234.560789));
self::assertSame('−123456,0789%', self::language()->percentage(-1234.560789));
}

protected static function expectedDateOrder(): string
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/I18N/Languages/FinnishTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ public function testDigits(): void
}
public function testNumber(): void
{
self::assertSame('−123 456,0789', self::language()->number(-123456.0789));
self::assertSame('−123456,0789', self::language()->number(-123456.0789));
}

public function testPercentage(): void
{
self::assertSame('−123 456,0789 %', self::language()->percentage(-1234.560789));
self::assertSame('−123456,0789 %', self::language()->percentage(-1234.560789));
}

protected static function expectedDateOrder(): string
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/I18N/Languages/FrenchCanadaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ public function testDigits(): void
}
public function testNumber(): void
{
self::assertSame('-123 456,0789', self::language()->number(-123456.0789));
self::assertSame('-123456,0789', self::language()->number(-123456.0789));
}

public function testPercentage(): void
{
self::assertSame('-123 456,0789 %', self::language()->percentage(-1234.560789));
self::assertSame('-123456,0789 %', self::language()->percentage(-1234.560789));
}

protected static function expectedDateOrder(): string
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/I18N/Languages/GeorgianTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ public function testDigits(): void
}
public function testNumber(): void
{
self::assertSame('-123 456,0789', self::language()->number(-123456.0789));
self::assertSame('-123456,0789', self::language()->number(-123456.0789));
}

public function testPercentage(): void
{
self::assertSame('-123 456,0789%', self::language()->percentage(-1234.560789));
self::assertSame('-123456,0789%', self::language()->percentage(-1234.560789));
}

protected static function expectedDateOrder(): string
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/I18N/Languages/HungarianTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ public function testDigits(): void
}
public function testNumber(): void
{
self::assertSame('-123 456,0789', self::language()->number(-123456.0789));
self::assertSame('-123456,0789', self::language()->number(-123456.0789));
}

public function testPercentage(): void
{
self::assertSame('-123 456,0789%', self::language()->percentage(-1234.560789));
self::assertSame('-123456,0789%', self::language()->percentage(-1234.560789));
}

protected static function expectedDateOrder(): string
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/I18N/Languages/KazhakTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ public function testDigits(): void
}
public function testNumber(): void
{
self::assertSame('-123 456,0789', self::language()->number(-123456.0789));
self::assertSame('-123456,0789', self::language()->number(-123456.0789));
}

public function testPercentage(): void
{
self::assertSame('-123 456,0789%', self::language()->percentage(-1234.560789));
self::assertSame('-123456,0789%', self::language()->percentage(-1234.560789));
}

protected static function expectedDateOrder(): string
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/I18N/Languages/LatvianTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ public function testDigits(): void
}
public function testNumber(): void
{
self::assertSame('-123 456,0789', self::language()->number(-123456.0789));
self::assertSame('-123456,0789', self::language()->number(-123456.0789));
}

public function testPercentage(): void
{
self::assertSame('-123 456,0789%', self::language()->percentage(-1234.560789));
self::assertSame('-123456,0789%', self::language()->percentage(-1234.560789));
}

protected static function expectedDateOrder(): string
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/I18N/Languages/LithuanianTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ public function testDigits(): void
}
public function testNumber(): void
{
self::assertSame('−123 456,0789', self::language()->number(-123456.0789));
self::assertSame('−123456,0789', self::language()->number(-123456.0789));
}

public function testPercentage(): void
{
self::assertSame('−123 456,0789 %', self::language()->percentage(-1234.560789));
self::assertSame('−123456,0789 %', self::language()->percentage(-1234.560789));
}

protected static function expectedDateOrder(): string
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/I18N/Languages/OccitanTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ public function testDigits(): void
}
public function testNumber(): void
{
self::assertSame('-123 456,0789', self::language()->number(-123456.0789));
self::assertSame('-123456,0789', self::language()->number(-123456.0789));
}

public function testPercentage(): void
{
self::assertSame('-123 456,0789 %', self::language()->percentage(-1234.560789));
self::assertSame('-123456,0789 %', self::language()->percentage(-1234.560789));
}

protected static function expectedDateOrder(): string
Expand Down
Loading
Loading