Completed
Push — middleware-wip ( 9b4a78...106169 )
by Romain
03:02
created
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/Middleware/State/MiddlewareState.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     }
135 135
 
136 136
     /**
137
-     * @return mixed
137
+     * @return Request
138 138
      */
139 139
     public function getRequest()
140 140
     {
Please login to merge, or discard this patch.