Skip to content

Commit

Permalink
minor #6025 Update guard-authentication.rst (rvanginneken)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.8 branch.

Discussion
----------

Update guard-authentication.rst

Commits
-------

77999b2 Update guard-authentication.rst
  • Loading branch information
xabbuh committed Dec 17, 2015
2 parents 5275cfb + 77999b2 commit e23f2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/guard-authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ property they use to access their account via the API::
private $username;

/**
* @ORM\Column(type"string", unique=true)
* @ORM\Column(type="string", unique=true)
*/
private $apiKey;

Expand Down

0 comments on commit e23f2d4

Please sign in to comment.