mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
DX: fix cs
This commit is contained in:
parent
4e3c93cdd3
commit
0756bec580
@ -62,8 +62,9 @@ class RollingDateConverter
|
|||||||
|
|
||||||
case RollingDate::T_FIXED_DATE:
|
case RollingDate::T_FIXED_DATE:
|
||||||
if (null === $rollingDate->getFixedDate()) {
|
if (null === $rollingDate->getFixedDate()) {
|
||||||
throw new \LogicException("You must provide a fixed date when selecting a fixed date");
|
throw new LogicException('You must provide a fixed date when selecting a fixed date');
|
||||||
}
|
}
|
||||||
|
|
||||||
return $rollingDate->getFixedDate();
|
return $rollingDate->getFixedDate();
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user