toIso8601String(); } protected function formatDecimal($value, int $decimals = 2): ?float { return $value !== null ? round((float) $value, $decimals) : null; } }