Actions
Bug #68286
closedRemove second argument from calls to GeneralUtility::getUserObj()
Start date:
2015-07-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
- ISSUE FOR A STARTING CONTRIBUTOR **
In the past GeneralUtility::getUserObj() had a second argument. There are still calls using this. PHP doesn't mind (because it supports dynamic number of function arguments), but it's more correct to remove them.
Actions