Skip to content

Commit d3e63b3

Browse files
committed
Update reference/constraints/Image.rst
Seems that annotations do not support trailing commas in parameter lists like PHP arrays do.
1 parent 4775365 commit d3e63b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Image.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ it is between a certain size, add the following:
9191
* minWidth = 200,
9292
* maxWidth = 400,
9393
* minHeight = 200,
94-
* maxHeight = 400,
94+
* maxHeight = 400
9595
* )
9696
*/
9797
protected $headshot;

0 commit comments

Comments
 (0)