@@ -91,7 +91,7 @@ discard block |
||
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 |
||
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 | */ |