We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da156dd commit a760613Copy full SHA for a760613
security/api_key_authentication.rst
@@ -593,7 +593,7 @@ current URL is before creating the token in ``createToken()``::
593
// set the only URL where we should look for auth information
594
// and only return the token if we're at that URL
595
$targetUrl = '/login/check';
596
- if ($request->getPathInfo() !== $targetUrl)
+ if ($request->getPathInfo() !== $targetUrl) {
597
return;
598
}
599
0 commit comments