Skip to content
Snippets Groups Projects
Commit 392fb64d authored by Alexander Schnitzler's avatar Alexander Schnitzler Committed by Christian Kuhn
Browse files

[TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Session

This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hints and
strict mode in all core files.

Releases: master, 10.4
Resolves: #92258
Change-Id: Ifb2a7a9879e4e6d826137567a5224adef33eadc1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65678


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 7fd874e6
Branches
Tags
No related merge requests found
......@@ -95,7 +95,7 @@ class SessionManager implements SingletonInterface
* Creates a session backend from configuration
*
* @param string $identifier the identifier
* @param array $configuration The session configuration array
* @param array<string, class-string> $configuration The session configuration array
* @return SessionBackendInterface
* @throws \InvalidArgumentException
*/
......
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