Task #38336
Cleanup: Remove empty init-method from EXT:tsconfig_help
| Status: | Resolved | Start date: | 2012-06-23 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Andy Grunwald | % Done: | 100% |
|
| Category: | Code Cleanup | |||
| Target version: | 6.0.0 | |||
| TYPO3 Version: | 6.0 | Complexity: | easy | |
| PHP Version: | ||||
| Votes: | 0 |
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.
Associated revisions
[TASK] Remove empty init() method from EXT:tsconfig_help
In EXT:tsconfig_help the method init() just call his parent.
This is not needed, because parent method are always called,
even if an extending class does not specify this explicitly.
Change-Id: I69d7aa47af7f6d90b8c3fb78c2f00d088e8a0597
Fixes: #38336
Releases: 6.0
Reviewed-on: http://review.typo3.org/12315
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
[TASK] Remove empty init() method from EXT:tsconfig_help
In EXT:tsconfig_help the method init() just call his parent.
This is not needed, because parent method are always called,
even if an extending class does not specify this explicitly.
Change-Id: I69d7aa47af7f6d90b8c3fb78c2f00d088e8a0597
Fixes: #38336
Releases: 6.0
Reviewed-on: http://review.typo3.org/12315
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
History
Updated by Gerrit Code Review 11 months 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 11 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f117012f708b823680734a97cf1296f0ea0623af.