This commit is contained in:
2025-06-03 13:43:57 +05:00
parent 9123eed007
commit 6cbb54c74b
24 changed files with 950 additions and 474 deletions

View File

@@ -20,6 +20,11 @@ class DateHelperRepository
return $month;
}
/**
* Static numbers for months
*
* @return array<string, string>
*/
public static function staticNumberMonths(): array
{
return [
@@ -58,6 +63,11 @@ class DateHelperRepository
return $years;
}
/**
* Static numbers for years
*
* @return array<int, string>
*/
public static function staticNumberYears(): array
{
return [