Skip to content

Commit 85d1c4f

Browse files
author
roadiz-ci
committed
Merge branch hotfix/v2.4.18
1 parent 35a34b3 commit 85d1c4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/services.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
parameters:
3-
roadiz_core.cms_version: '2.4.17'
3+
roadiz_core.cms_version: '2.4.18'
44
roadiz_core.cms_version_prefix: 'main'
55
env(APP_NAMESPACE): "roadiz"
66
env(APP_VERSION): "0.1.0"

src/Entity/CustomForm.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public function getDescription(): ?string
177177
/**
178178
* @return $this
179179
*/
180-
public function setDescription(string $description): CustomForm
180+
public function setDescription(?string $description): CustomForm
181181
{
182182
$this->description = $description;
183183

@@ -252,7 +252,7 @@ public function getColor(): string
252252
*
253253
* @return $this
254254
*/
255-
public function setColor(string $color): CustomForm
255+
public function setColor(?string $color): CustomForm
256256
{
257257
$this->color = $color;
258258

0 commit comments

Comments
 (0)