mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +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:
|
||||
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();
|
||||
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user