From b6fbbfcd752827bbd6787b394d5a500d9903eb2c Mon Sep 17 00:00:00 2001
From: Joshua Westerheide <dev@jdoubleu.de>
Date: Fri, 6 Apr 2018 09:28:58 +0200
Subject: [PATCH] [BUGFIX] Correct wrong type annotation for drawItem_footer
 hook

Change-Id: I10e4061dcb54dda3460d248bc7ae436ee12103a0
Resolves: #84636
Releases: master, 8.7
Reviewed-on: https://review.typo3.org/56575
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: Jan Helke <typo3@helke.de>
Tested-by: Jan Helke <typo3@helke.de>
Reviewed-by: Tim Schreiner <schreiner.tim@gmail.com>
Tested-by: Tim Schreiner <schreiner.tim@gmail.com>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
---
 .../Classes/View/PageLayoutViewDrawFooterHookInterface.php      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/backend/Classes/View/PageLayoutViewDrawFooterHookInterface.php b/typo3/sysext/backend/Classes/View/PageLayoutViewDrawFooterHookInterface.php
index 2257922eefe7..40330f1e556c 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);
-- 
GitLab