Skip to content

Commit

Permalink
minor #6204 Expected: semicolon (cn007b)
Browse files Browse the repository at this point in the history
This PR was submitted for the 3.0 branch but it was merged into the 2.8 branch instead (closes #6204).

Discussion
----------

Expected: semicolon

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets |

Added missed semicolon.

Commits
-------

ab2f9aa Expected: semicolon
  • Loading branch information
xabbuh committed Jan 29, 2016
2 parents 15003d8 + ab2f9aa commit 50286bc
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 50286bc

Please sign in to comment.