Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ab2f9aa

Browse filesBrowse files
cn0047xabbuh
authored andcommitted
Expected: semicolon
Added missed semicolon.
1 parent 15003d8 commit ab2f9aa
Copy full SHA for ab2f9aa

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cookbook/security/api_key_authentication.rst

Copy file name to clipboardExpand all lines: cookbook/security/api_key_authentication.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ you can use to create an error ``Response``.
308308
// this contains information about *why* authentication failed
309309
// use it, or return your own message
310310
strtr($exception->getMessageKey(), $exception->getMessageData())
311-
, 403)
311+
, 403);
312312
}
313313
}
314314

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.