[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
Please register or sign in to comment