From 1abfcd94b7550a5972ea3b6644b117175e98d0ff Mon Sep 17 00:00:00 2001
From: Daniel <noreply@example.com>
Date: Thu, 7 Sep 2017 22:16:17 +0200
Subject: [PATCH] [TASK] Add the full namespace to afterInitializeCurrentPage

Releases: master, 8.7
Resolves: #82362
Change-Id: I36a4341aea620027822af1b8714e9197ff4bcb00
Reviewed-on: https://review.typo3.org/53972
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Stefan Neufeind <typo3.neufeind@speedpartner.de>
Tested-by: Stefan Neufeind <typo3.neufeind@speedpartner.de>
---
 typo3/sysext/form/Documentation/ApiReference/Index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/form/Documentation/ApiReference/Index.rst b/typo3/sysext/form/Documentation/ApiReference/Index.rst
index c318675b0e21..e025dbd9c249 100644
--- a/typo3/sysext/form/Documentation/ApiReference/Index.rst
+++ b/typo3/sysext/form/Documentation/ApiReference/Index.rst
@@ -1649,7 +1649,7 @@ Use the hook
      * @param mixed $elementValue submitted value of the element *before post processing*
      * @return \TYPO3\CMS\Form\Domain\Model\Renderable\CompositeRenderableInterface
      */
-    public function afterInitializeCurrentPage(\TYPO3\CMS\Form\Domain\Runtime\FormRuntime $formRuntime, \TYPO3\CMS\Form\Domain\Model\Renderable\CompositeRenderableInterface $currentPage, \TYPO3\CMS\Form\Domain\Model\Renderable\CompositeRenderableInterface $lastPage = null, array $requestArguments = []): CompositeRenderableInterface
+    public function afterInitializeCurrentPage(\TYPO3\CMS\Form\Domain\Runtime\FormRuntime $formRuntime, \TYPO3\CMS\Form\Domain\Model\Renderable\CompositeRenderableInterface $currentPage, \TYPO3\CMS\Form\Domain\Model\Renderable\CompositeRenderableInterface $lastPage = null, array $requestArguments = []): \TYPO3\CMS\Form\Domain\Model\Renderable\CompositeRenderableInterface
     {
         return $currentPage;
     }
-- 
GitLab