Project

General

Profile

Actions

Task #38336

closed

Cleanup: Remove empty init-method from EXT:tsconfig_help

Added by Andy Grunwald almost 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Code Cleanup
Target version:
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.

Actions

Also available in: Atom PDF