Actions
Task #38336
closedCleanup: Remove empty init-method from EXT:tsconfig_help
Start date:
2012-06-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
In EXT:tsconfig_help the method init() just call his parent.
/** * Initializes the Module * @return void */ function init() { parent::init(); }
This is not needed, because parent method are always called, even if an extending class does not specify this explicitly.
Updated by Gerrit Code Review over 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 http://review.typo3.org/12315
Updated by Andy Grunwald over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f117012f708b823680734a97cf1296f0ea0623af.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions