Skip to content

Commit 4240b4b

Browse files
committed
[Reference] Fix missing comma in constraint annotation
1 parent f33b10d commit 4240b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Image.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ following code:
170170
{
171171
/**
172172
* @Assert\Image(
173-
* allowLandscape = false
173+
* allowLandscape = false,
174174
* allowPortrait = false
175175
* )
176176
*/

0 commit comments

Comments
 (0)