Skip to content

Commit 50286bc

Browse files
committed
minor #6204 Expected: semicolon (cn007b)
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
2 parents 15003d8 + ab2f9aa commit 50286bc

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)