Skip to content
Snippets Groups Projects
Commit ad54ae83 authored by Julian Hofmann's avatar Julian Hofmann Committed by Christian Kuhn
Browse files

[DOCS] Fixes PHP syntax in snippet

No semicolon after method argument is needed/allowed.

Releases: main, 12.4
Resolves: #102888
Change-Id: Ib04783dc487456df88d5b42ae68882ab8c34eb67
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82573


Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent b8948187
Branches
Tags
No related merge requests found
......@@ -167,7 +167,7 @@ can be used to generate the token individually.
// validate individual requirements/checks
// ...
$event->setRequestToken(
RequestToken::create('core/user-auth/' . $user->loginType);
RequestToken::create('core/user-auth/' . $user->loginType)
);
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment