Actions
Task #67211
closedCleanup usage of self::class
Start date:
2015-05-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Within the core we use different code to get the classname as string.
For makeInstance e.g. __CLASS__
is fine, for array keys e.g. in hook registrations, we should use the full qualified namespace followed by ::class
.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted 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 http://review.typo3.org/39825
Updated by Frank Nägler over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1c48c0e46e6bfe358804d75a130b5405409ba123.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions