Actions
Bug #94458
closedIncorrect RST docu for #90956 (GeneralUtility::getUrl replacement)
Start date:
2021-07-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
typo3/sysext/core/Documentation/Changelog/master/Deprecation-90956-AlternativeFetchMethodsAndReportsForGeneralUtilitygetUrl.rst
in here the migration segment shows an incorrect method call
GeneralUtility::makeInstance(RequestFactory::class)->request($url, [$headers => ['accept' => 'application/json']);
is wrong as the method declaration is the following:
request(string $uri, string $method = 'GET', array $options = []): ResponseInterface
Actions