Skip to content

Commit 9bf744f

Browse files
committed
-
1 parent eca55da commit 9bf744f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/custom_constraint.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ define those options as public properties on the constraint class:
320320
321321
public function __construct(
322322
$mandatoryFooOption,
323-
string $message = null,
323+
?string $message = null,
324324
bool $optionalBarOption = null,
325325
array $groups = null,
326326
$payload = null,

0 commit comments

Comments
 (0)