Actions
Task #90205
closedAvoid signalSlot property in ExtensionManagementService class
Start date:
2020-01-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
Method ExtensionManagementService::getSignalSlotDispatcher() did
create an instance of the signal slot dispatcher and stored it
in a property which wasn't used anywhere else. Therefore, said
method now directly returns the created signal slot dispatcher
instance.
Actions