Skip to content

Commit ab2f9aa

Browse files
cn0047xabbuh
authored andcommitted
Expected: semicolon
Added missed semicolon.
1 parent 15003d8 commit ab2f9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cookbook/security/api_key_authentication.rst

+1-1
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)