Skip to content

Commit

Permalink
[DOCS] Fix code example in comment of UserSessionManager
Browse files Browse the repository at this point in the history
Resolves: #102706
Releases: main, 12.4
Change-Id: Ia250046ca8e36a82012555a8ed4e638e3746c787
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82265
Tested-by: Garvin Hicking <gh@faktor-e.de>
Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Garvin Hicking <gh@faktor-e.de>
Tested-by: Stefan Bürk <stefan@buerk.tech>
Tested-by: Oliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
  • Loading branch information
brotkrueml authored and sbuerk committed Dec 21, 2023
1 parent c5a6f58 commit 5ccafb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typo3/sysext/core/Classes/Session/UserSessionManager.php
Expand Up @@ -36,7 +36,7 @@
* The UserSessionManager can be retrieved using its static factory method create():
*
* ```
* use TYPO3\CMS\Core\Session\UserSessionManager
* use TYPO3\CMS\Core\Session\UserSessionManager;
*
* $loginType = 'BE'; // or 'FE' for frontend
* $userSessionManager = UserSessionManager::create($loginType);
Expand Down

0 comments on commit 5ccafb0

Please sign in to comment.