Completed
Push — todo ( f51b1c )
by Romain
03:33 queued 01:13
created
Classes/AssetHandler/Html/DataAttributesAssetHandler.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
      * Checks if the given field name can be accessed within the form instance,
77 77
      * whether it is an object or an array.
78 78
      *
79
-     * @param FormInterface|array $formInstance
79
+     * @param FormInterface $formInstance
80 80
      * @param string              $fieldName
81 81
      * @return bool
82 82
      */
Please login to merge, or discard this 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\AssetHandler\Html;
15 15
 
16 16
 use Romm\Formz\AssetHandler\AbstractAssetHandler;
17
-use Romm\Formz\Error\FormResult;
18 17
 use Romm\Formz\Error\FormzMessageInterface;
19 18
 use Romm\Formz\Form\FormInterface;
20 19
 use Romm\Formz\Service\StringService;
Please login to merge, or discard this patch.