Task #38336

Cleanup: Remove empty init-method from EXT:tsconfig_help

Added by Andy Grunwald 11 months ago. Updated 11 months ago.

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

Revision f117012f
Added by Andy Grunwald 11 months ago

[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

Revision 7a062fbe
Added by Andy Grunwald 11 months ago

[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

Also available in: Atom PDF