Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a0e2b5c

Browse files
bicpiweaverryan
authored andcommitted
Update reference/constraints/Image.rst
Seems that annotations do not support trailing commas in parameter lists like PHP arrays do.
1 parent 0ea1297 commit a0e2b5c

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)