Skip to content

Commit

Permalink
Expected: semicolon
Browse files Browse the repository at this point in the history
Added missed semicolon.
  • Loading branch information
cn0047 authored and xabbuh committed Jan 29, 2016
1 parent 15003d8 commit ab2f9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/api_key_authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ you can use to create an error ``Response``.
// this contains information about *why* authentication failed
// use it, or return your own message
strtr($exception->getMessageKey(), $exception->getMessageData())
, 403)
, 403);
}
}
Expand Down

0 comments on commit ab2f9aa

Please sign in to comment.