Skip to content

Commit

Permalink
Annotation fix in example block
Browse files Browse the repository at this point in the history
  • Loading branch information
vehsamrak authored Apr 29, 2019
1 parent bf14cca commit 87a6eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/annotations-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Examples:
protected $initials;
/**
* @Column(type="integer", name="login_count" nullable=false, options={"unsigned":true, "default":0})
* @Column(type="integer", name="login_count", nullable=false, options={"unsigned":true, "default":0})
*/
protected $loginCount;
Expand Down

0 comments on commit 87a6eef

Please sign in to comment.