Actions
Task #85344
closedUse trait for public method access deprecation
Start date:
2018-06-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
On Location Sprint
Description
There are a few locations which use debug_backtrace()
to determine whether a method was called internally or by 3rd party.
This should be replaced by the PublicMethodDeprecationTrait
.
Actions