Actions
Bug #47393
closedExtbase: typo in ClassNamingUtility description
Start date:
2013-04-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
In file: typo3/sysext/core/Classes/Utility/ClassNamingUtility.php
(at the top)
/** * Several functions related to naming and convertions of names * such as translation between Repository and Model names or * exploding an objectControllerName into pieces * * @api */ class ClassNamingUtility { [...] }
First sentence should read: "Several functions related to naming and conversions of..." (instead of "convertions").
Note: this is a new class, introduced with TYPO3 CMS 6.1.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20054
Updated by geetakshi no-lastname-given almost 12 years ago
I have submitted a change request for this issue.
[https://review.typo3.org/#/c/20054/
Updated by geetakshi no-lastname-given almost 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 003b82783cc02e0794b60efecff1284a6688ab5b.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed
Actions