Actions
Bug #83665
closedEpic #83652: EXT: Redirects module - Umbrella issue
Wrong variable name in phpdoc of SourceHost class
Start date:
2018-01-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
EXT:redirects
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
We have an wrong variable name for the method SourceHost::evaluateFieldValue in the phpdoc.
Actual state:
* @param string $is_in The "is_in" value of the field configuration from TCA
Desired state:
* @param string $isIn The "isIn" value of the field configuration from TCA
Actions