Actions
Bug #86800
closedShow correct namespace in example block of CommaSeparatedValueProcessor
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2018-10-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
The example in the doc block of the CommaSeparatedValueProcessor uses a wrong namespace.
Actual
10 = TYPO3\CMS\Frontend\ContentObject\DataProcessing\CommaSeparatedValueProcessor
Expected
10 = TYPO3\CMS\Frontend\DataProcessing\CommaSeparatedValueProcessor
Actions