File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ public function getTitle(): ?string
132
132
return $ this ->title ;
133
133
}
134
134
135
- public function setTitle (string $ title ): void
135
+ public function setTitle (? string $ title ): void
136
136
{
137
137
$ this ->title = $ title ;
138
138
}
@@ -152,7 +152,7 @@ public function getContent(): ?string
152
152
return $ this ->content ;
153
153
}
154
154
155
- public function setContent (string $ content ): void
155
+ public function setContent (? string $ content ): void
156
156
{
157
157
$ this ->content = $ content ;
158
158
}
@@ -200,7 +200,7 @@ public function getSummary(): ?string
200
200
return $ this ->summary ;
201
201
}
202
202
203
- public function setSummary (string $ summary ): void
203
+ public function setSummary (? string $ summary ): void
204
204
{
205
205
$ this ->summary = $ summary ;
206
206
}
You can’t perform that action at this time.
0 commit comments