Skip to content

Commit

Permalink
Merge pull request #7732 from lchrusciel/patch-1
Browse files Browse the repository at this point in the history
[Documentation] Missing comma fix
  • Loading branch information
jwage authored Jun 4, 2019
2 parents 9712506 + 145cc78 commit 0b5be00
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 0b5be00

Please sign in to comment.