Completed
Pull Request — wip/steps (#71)
by
unknown
02:46
created
Classes/AssetHandler/Html/DataAttributesAssetHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
203 203
      * Checks the type of a given data attribute and formats it if needed.
204 204
      *
205 205
      * @param mixed $value
206
-     * @return array
206
+     * @return string
207 207
      */
208 208
     protected function formatValue($value)
209 209
     {
Please login to merge, or discard this patch.
Classes/Service/ViewHelper/Form/FormViewHelperService.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@  discard block
 block discarded – undo
13 13
 
14 14
 namespace Romm\Formz\Service\ViewHelper\Form;
15 15
 
16
-use DateTime;
17 16
 use Romm\Formz\AssetHandler\Html\DataAttributesAssetHandler;
18 17
 use Romm\Formz\Behaviours\BehavioursManager;
19 18
 use Romm\Formz\Core\Core;
@@ -23,7 +22,6 @@  discard block
 block discarded – undo
23 22
 use Romm\Formz\Form\FormObject\FormObject;
24 23
 use Romm\Formz\Validation\Validator\Form\AbstractFormValidator;
25 24
 use Romm\Formz\Validation\Validator\Form\DefaultFormValidator;
26
-use Traversable;
27 25
 use TYPO3\CMS\Core\SingletonInterface;
28 26
 use TYPO3\CMS\Core\Utility\GeneralUtility;
29 27
 use TYPO3\CMS\Extbase\Configuration\ConfigurationManager;
Please login to merge, or discard this patch.