Deprecation: #87305 - Use constructor injection in DataMapper
See forge#87305
Description
The 8th argument (
\TYPO3\
) of method
\TYPO3\
has been marked as deprecated.
Impact
Instantiating objects along with that argument will trigger a PHP
E_
error.
Affected Installations
All installations that create instances of the class
\TYPO3\
while providing the 8th argument.
Migration
Instantiate the object without the 8th argument and use
\TYPO3\
if needed.