Deprecation: #86184 - Protected methods in ReportController
See forge#86184
Description
The following methods of class \TYPO3\
changed their visibility from public to protected and should not be called any longer:
index
Action () detail
Action ()
Impact
Calling one of the above methods from an external object will trigger a PHP E_
error.
Affected Installations
Both methods are called internally only. Extensions extending the reports module using the normal reports API are not affected by this.
Migration
No migration possible.