Bug #101938
closedUsage of :php instead of ::class within changelog code example
100%
Description
The example at https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.2/Feature-99618-ListOfCountriesInTheWorldAndTheirLocalizedNames.html#feature-99618-1674063182 uses:
$countryProvider = GeneralUtility::makeInstance(CountryProvider:php);
while it should use:
$countryProvider = GeneralUtility::makeInstance(CountryProvider::class);
Updated by Gerrit Code Review about 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81037
Updated by Gerrit Code Review about 1 year ago
Patch set 1 for branch 12.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/+/81054
Updated by Daniel Siepmann about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e4043298e1f2e543aeff61eaa4962d09daf4114c.