Completed
Push — middleware-wip ( 5cfd03...f2f782 )
by Romain
05:53
created
Classes/Configuration/View/View.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
     }
131 131
 
132 132
     /**
133
-     * @return array
133
+     * @return string[]
134 134
      */
135 135
     public function getAbsoluteLayoutRootPaths()
136 136
     {
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
     }
162 162
 
163 163
     /**
164
-     * @return array
164
+     * @return string[]
165 165
      */
166 166
     public function getAbsolutePartialRootPaths()
167 167
     {
Please login to merge, or discard this patch.
Classes/Form/FormObject/Builder/DefaultFormObjectBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 namespace Romm\Formz\Form\FormObject\Builder;
15 15
 
16 16
 use Romm\ConfigurationObject\ConfigurationObjectFactory;
17
-use Romm\Formz\Condition\Items\FieldHasValueCondition;
18 17
 use Romm\Formz\Form\Definition\FormDefinition;
19 18
 use Romm\Formz\Form\FormObject\Definition\FormDefinitionObject;
20 19
 use Romm\Formz\Service\TypoScriptService;
Please login to merge, or discard this patch.
Classes/Form/FormObject/FormObjectFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 namespace Romm\Formz\Form\FormObject;
15 15
 
16
-use Romm\ConfigurationObject\ConfigurationObjectFactory;
17 16
 use Romm\ConfigurationObject\ConfigurationObjectInterface;
18 17
 use Romm\Formz\Configuration\Configuration;
19 18
 use Romm\Formz\Configuration\ConfigurationFactory;
Please login to merge, or discard this patch.
Classes/ViewHelpers/FormViewHelper.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,6 @@
 block discarded – undo
29 29
 use Romm\Formz\Service\StringService;
30 30
 use Romm\Formz\Service\TimeTrackerService;
31 31
 use Romm\Formz\Service\ViewHelper\FormViewHelperService;
32
-use Romm\Formz\Validation\Validator\Form\AbstractFormValidator;
33
-use Romm\Formz\Validation\Validator\Form\DefaultFormValidator;
34 32
 use TYPO3\CMS\Core\Page\PageRenderer;
35 33
 use TYPO3\CMS\Core\Utility\GeneralUtility;
36 34
 use TYPO3\CMS\Extbase\Error\Result;
Please login to merge, or discard this patch.