Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit50c3fb2

Browse files
committed
[#6204] fix CS
1 parent50286bc commit50c3fb2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎cookbook/security/api_key_authentication.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,9 @@ you can use to create an error ``Response``.
307307
return new Response(
308308
// this contains information about *why* authentication failed
309309
// use it, or return your own message
310-
strtr($exception->getMessageKey(), $exception->getMessageData())
311-
, 403);
310+
strtr($exception->getMessageKey(), $exception->getMessageData()),
311+
403
312+
);
312313
}
313314
}
314315

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp