Completed
Push — unit-tests-validation ( 82d287...82ef4b )
by Romain
18:01 queued 14:45
created
Classes/ViewHelpers/FormatMessageViewHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
     }
102 102
 
103 103
     /**
104
-     * @return Message|FormzMessageInterface
104
+     * @return Message
105 105
      * @throws \Exception
106 106
      */
107 107
     protected function getMessage()
Please login to merge, or discard this patch.
Classes/Validation/AjaxFieldValidation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -211,7 +211,7 @@
 block discarded – undo
211 211
     /**
212 212
      * Will clean the string filled with form values sent with Ajax.
213 213
      *
214
-     * @param array $values
214
+     * @param string $values
215 215
      * @return array
216 216
      */
217 217
     protected function cleanValuesFromUrl($values)
Please login to merge, or discard this patch.