Skip to content

Commit 0b49d9b

Browse files
author
Christian Kolb
committed
Fix broken code example
1 parent 1b0e274 commit 0b49d9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/serializer.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,8 @@ to ``true``::
12531253
public function __construct(
12541254
public string $foo,
12551255
public ?string $bar,
1256-
)
1256+
) {
1257+
}
12571258
}
12581259

12591260
$data = ['foo' => 'notNull'];

0 commit comments

Comments
 (0)