Actions
Task #84083
closedEpic #83968: PSR-11 Initiative
ApplicationContext should consistently be retrieved from GeneralUtility
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
Start date:
2018-02-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
ClassLoadingInformation reads from Bootstrap, that should be adapted to use GeneralUtility.
Bootstrap code states:
* Use \TYPO3\CMS\Core\Utility\GeneralUtility::getApplicationContext() instead
Therefore the method should just be removed.
Updated by Gerrit Code Review over 6 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/55940
Updated by Gerrit Code Review over 6 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/55940
Updated by Gerrit Code Review over 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55940
Updated by Benjamin Franzke over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset dcccb0475b6d681328cdd8ca35163859adbb31a5.
Actions