File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
parameters :
3
- roadiz_core.cms_version : ' 2.4.17 '
3
+ roadiz_core.cms_version : ' 2.4.18 '
4
4
roadiz_core.cms_version_prefix : ' main'
5
5
env(APP_NAMESPACE) : " roadiz"
6
6
env(APP_VERSION) : " 0.1.0"
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ public function getDescription(): ?string
177
177
/**
178
178
* @return $this
179
179
*/
180
- public function setDescription (string $ description ): CustomForm
180
+ public function setDescription (? string $ description ): CustomForm
181
181
{
182
182
$ this ->description = $ description ;
183
183
@@ -252,7 +252,7 @@ public function getColor(): string
252
252
*
253
253
* @return $this
254
254
*/
255
- public function setColor (string $ color ): CustomForm
255
+ public function setColor (? string $ color ): CustomForm
256
256
{
257
257
$ this ->color = $ color ;
258
258
You can’t perform that action at this time.
0 commit comments