Skip to content

Commit 227275a

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: [Security] Remove an unneeded comment
2 parents 784aefe + ed7e228 commit 227275a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/custom_authenticator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ would initialize the passport like this::
342342
$username = $request->getPayload()->get('username');
343343
$csrfToken = $request->getPayload()->get('csrf_token');
344344

345-
// ... validate no parameter is empty
345+
// ...
346346

347347
return new Passport(
348348
new UserBadge($username),

0 commit comments

Comments
 (0)