Skip to content

Commit ec8fc6b

Browse files
committed
minor #18316 [Serializer] Fix data type according to the field name on serializer.rst (brunoocasali)
This PR was submitted for the 6.2 branch but it was squashed and merged into the 5.4 branch instead. Discussion ---------- [Serializer] Fix data type according to the field name on serializer.rst Fix a typo because I assume the wanted type is a text, not an integer. Commits ------- 64cb701 [Serializer] Fix data type according to the field name on serializer.rst
2 parents 4a3d72b + 64cb701 commit ec8fc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ to your class::
312312
private $name;
313313

314314
/**
315-
* @ORM\Column(type="integer")
315+
* @ORM\Column(type="text")
316316
* @Groups({"show_product"})
317317
*/
318318
private $description;

0 commit comments

Comments
 (0)