Bug #94458
closedIncorrect RST docu for #90956 (GeneralUtility::getUrl replacement)
100%
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
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/69682
Updated by Gerrit Code Review over 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/69682
Updated by Henrik Elsner over 3 years ago
- Subject changed from Incorrect RST docu for to Incorrect RST docu for #90956 (GeneralUtility::getUrl replacement)
Updated by Gerrit Code Review over 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/69692
Updated by Henrik Elsner over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3040b9ffa60a8aa6ff9217334b36b17bf1a1c46d.