diff --git a/typo3/sysext/backend/Classes/View/PageLayoutViewDrawFooterHookInterface.php b/typo3/sysext/backend/Classes/View/PageLayoutViewDrawFooterHookInterface.php index 2257922eefe7e5bf6318ca2a6e342fc507eeff16..40330f1e556c18eb3f9273f3dac7bf6bdebe700c 100644 --- a/typo3/sysext/backend/Classes/View/PageLayoutViewDrawFooterHookInterface.php +++ b/typo3/sysext/backend/Classes/View/PageLayoutViewDrawFooterHookInterface.php @@ -24,7 +24,7 @@ interface PageLayoutViewDrawFooterHookInterface * Preprocesses the preview footer rendering of a content element. * * @param \TYPO3\CMS\Backend\View\PageLayoutView $parentObject Calling parent object - * @param string $info Processed values + * @param array $info Processed values * @param array $row Record row of tt_content */ public function preProcess(\TYPO3\CMS\Backend\View\PageLayoutView &$parentObject, &$info, array &$row);