From f144cf92919a6d41ac5349b0f09485cbc9955fd9 Mon Sep 17 00:00:00 2001
From: Christian Kuhn <lolli@schwarzbu.ch>
Date: Tue, 22 Aug 2017 17:09:12 +0200
Subject: [PATCH] [BUGFIX] bamboo nightly

The bamboo nightly job [1] fails due to a minor CGL issue
which somehow slipped through.

[1] https://bamboo.typo3.com/browse/CORE-GTN

Change-Id: I9e0af185e757192846185c0b7e601ff33e05e491
Resolves: #82165
Releases: master
Reviewed-on: https://review.typo3.org/53771
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 .../form/Classes/Domain/Finishers/ConfirmationFinisher.php       | 1 -
 1 file changed, 1 deletion(-)

diff --git a/typo3/sysext/form/Classes/Domain/Finishers/ConfirmationFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/ConfirmationFinisher.php
index 4ec6b2a72b5a..d97c0c6f885c 100644
--- a/typo3/sysext/form/Classes/Domain/Finishers/ConfirmationFinisher.php
+++ b/typo3/sysext/form/Classes/Domain/Finishers/ConfirmationFinisher.php
@@ -66,7 +66,6 @@ class ConfirmationFinisher extends AbstractFinisher
 
     /**
      * @param \TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface $configurationManager
-     * @return void
      */
     public function injectConfigurationManager(\TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface $configurationManager)
     {
-- 
GitLab