Skip to content
Snippets Groups Projects
Commit aa8db60d authored by Oliver Klee's avatar Oliver Klee Committed by Nikita Hovratov
Browse files

[TASK] Improve type annotation for GU::setIndpEnv

This helps static code analysis in extensions.

Resolves: #97893
Releases: main, 11.5
Change-Id: Ie2eee8244438cc8d4624608ce261f5418540c672
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75144


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
parent 2301abc8
Branches
Tags
No related merge requests found
......@@ -2394,10 +2394,10 @@ class GeneralUtility
}
/**
* This method is only for testing and should never be used outside tests-
* This method is only for testing and should never be used outside tests.
*
* @param string $envName
* @param mixed $value
* @param non-empty-string $envName
* @param string|bool|array<string, string|bool|null>|null $value
* @internal
*/
public static function setIndpEnv($envName, $value)
......
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