From 457f7b051a18ee474b142e3dc6d5277e5242cdeb Mon Sep 17 00:00:00 2001 From: Frans Saris <franssaris@gmail.com> Date: Tue, 7 Jul 2015 14:29:27 +0200 Subject: [PATCH] [FOLLOWUP][TASK] Redesign FluidTemplateDataProcessorInterface Fixed wrong PHPDOC header. Resolves: #67890 Releases: master Change-Id: I21b3eedce60f28e8ef5efd4e5b0fb6ba7a645934 Reviewed-on: http://review.typo3.org/40950 Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by: Andreas Fernandez <typo3@scripting-base.de> Tested-by: Andreas Fernandez <typo3@scripting-base.de> --- .../frontend/Classes/ContentObject/DataProcessorInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/frontend/Classes/ContentObject/DataProcessorInterface.php b/typo3/sysext/frontend/Classes/ContentObject/DataProcessorInterface.php index ec872022ba42..c3e4b86652f9 100644 --- a/typo3/sysext/frontend/Classes/ContentObject/DataProcessorInterface.php +++ b/typo3/sysext/frontend/Classes/ContentObject/DataProcessorInterface.php @@ -24,8 +24,8 @@ interface DataProcessorInterface { * Process content object data * * @param ContentObjectRenderer $cObj The data of the content element or page - * @param array $processorConfiguration The configuration of this processor * @param array $contentObjectConfiguration The configuration of Content Object + * @param array $processorConfiguration The configuration of this processor * @param array $processedData Key/value store of processed data (e.g. to be passed to a Fluid View) * @return array the processed data as key/value store */ -- GitLab