Actions
Bug #95826
closed"Scan extension" must not warn about each init method
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-10-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When I start "Scan extension files", then I get a warning for every init method of the extension. There are dozens of such warnings.
Extension tt_board.
Classes/Controller/InitializationController.php Call to method "init()"
130: $modelObj->init();
10.3 Deprecation: #90258 - Simplified RTE Parser API
This is wrong. No RTE Parser API is used at all.
Actions