Actions
Task #89221
closedRemove obsolet part from _GET and _POST PHPDocs
Start date:
2019-09-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
The PHPDoc of the wrapper methods _GET and _POST in GeneralUtility claim that slashes would be stripped out but this isn't the case (anymore).
Also the sentence contains a typo `stipped` should be `stripped`.
Therefore this part should be removed from the PHPDocs at all.
Actions