Completed
Push — unit-tests-conditions ( 4fdaa9...c36603 )
by Romain
02:19
created
Classes/Configuration/Form/Field/Validation/Validation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     }
77 77
 
78 78
     /**
79
-     * @return int
79
+     * @return string
80 80
      */
81 81
     public function getPriority()
82 82
     {
Please login to merge, or discard this patch.
Classes/Configuration/Form/Field/Field.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
     }
105 105
 
106 106
     /**
107
-     * @param $validationName
107
+     * @param string $validationName
108 108
      * @return Validation
109 109
      * @throws EntryNotFoundException
110 110
      */
Please login to merge, or discard this patch.
Classes/Controller/AjaxValidationController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
182 182
      *
183 183
      * If any error is found, an exception is thrown.
184 184
      *
185
-     * @return array
185
+     * @return \Exception
186 186
      */
187 187
     protected function getRequestResult()
188 188
     {
Please login to merge, or discard this patch.
Classes/ViewHelpers/FormatMessageViewHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
     }
106 106
 
107 107
     /**
108
-     * @return Message|FormzMessageInterface
108
+     * @return FormzMessageInterface
109 109
      * @throws InvalidArgumentTypeException
110 110
      */
111 111
     protected function getMessage()
Please login to merge, or discard this patch.
Classes/AssetHandler/Html/DataAttributesAssetHandler.php 1 patch
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.