The method GeneralUtility::getIndpEnv returns different value types depending on the value of the parameter.
I would like to create a dynamic return type extension for that. In TYPO3 version 10 everything returns a string. In version 11 and above the return types are different. That´s the reason to introduce this kind of extension here.
The method GeneralUtility::getIndpEnv returns different value types depending on the value of the parameter. I would like to create a dynamic return type extension for that. In TYPO3 version 10 everything returns a string. In version 11 and above the return types are different. That´s the reason to introduce this kind of extension here.