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

cookbook/security/api_key_authentication.rst

Lines 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy