mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 19:13:49 +00:00
fix phpstan issues
This commit is contained in:
@@ -87,7 +87,6 @@ class RollingDateConverter implements RollingDateConverterInterface
|
||||
4, 5, 6 => '04',
|
||||
7, 8, 9 => '07',
|
||||
10, 11, 12 => '10',
|
||||
default => throw new LogicException('this month is not valid: ' . $date->format('n')),
|
||||
};
|
||||
|
||||
return DateTimeImmutable::createFromFormat(
|
||||
|
Reference in New Issue
Block a user