Completed
Pull Request — master (#1476)
by
unknown
07:12
created
View/ViewHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
      * configuration if the form instance has errors.
209 209
      *
210 210
      * @param View  $view
211
-     * @param mixed $content
211
+     * @param string|null $content
212 212
      *
213 213
      * @return int HTTP status code
214 214
      */
@@ -465,7 +465,7 @@  discard block
 block discarded – undo
465 465
      * 
466 466
      * @param View $view
467 467
      * @param string $format
468
-     * @param unknown $context
468
+     * @param Context $context
469 469
      * 
470 470
      * @return StreamedResponse
471 471
      */
Please login to merge, or discard this patch.