Passed
Push — master ( 8e8597...ac1311 )
by Alain
02:41
created
src/View/ViewBuilder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
      * @since 0.1.0
92 92
      *
93 93
      * @param string $view View identifier to create a view for.
94
-     * @param mixed  $type Type of view to create.
94
+     * @param string|null  $type Type of view to create.
95 95
      *
96 96
      * @return ViewInterface Instance of the requested view.
97 97
      */
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
      *
191 191
      * @since 0.1.0
192 192
      *
193
-     * @param array $criteria Criteria to match.
193
+     * @param string[] $criteria Criteria to match.
194 194
      *
195 195
      * @return string|false URI of the requested view, or false if not found.
196 196
      */
Please login to merge, or discard this patch.