Actions
Task #91877
closedReorder items in ActionController
Start date:
2020-07-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
With #89554, we lost some order in the ActionController.
Per convention, field declarations go first, then inject method, then initialize methods, then all the rest.
Actions