fix stan errors

This commit is contained in:
2025-03-16 00:55:08 +05:00
parent 007be865fe
commit 821ec1fe47
31 changed files with 159 additions and 494 deletions

View File

@@ -25,7 +25,7 @@ class DateHelperRepository
*
* @param int|int $max
*
* @return array<int, int>
* @return array<string|int, string|int>
*/
public static function yearsUntil(int $max = 50): array
{