DX: fix cs

This commit is contained in:
Julien Fastré 2022-11-07 18:07:26 +01:00
parent 4e3c93cdd3
commit 0756bec580

View File

@ -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: