Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update reference/constraints/Image.rst
Seems that annotations do not support trailing commas in parameter lists like PHP arrays do.
  • Loading branch information
bicpi committed Oct 28, 2012
commit d3e63b3ee9f8d0792c631dd376eec39d6836ba5b
2 changes: 1 addition & 1 deletion reference/constraints/Image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ it is between a certain size, add the following:
* minWidth = 200,
* maxWidth = 400,
* minHeight = 200,
* maxHeight = 400,
* maxHeight = 400
* )
*/
protected $headshot;
Expand Down