@@ -71,7 +71,7 @@ |
||
71 | 71 | * |
72 | 72 | * @since 0.1.0 |
73 | 73 | * |
74 | - * @param mixed $engine Engine to instantiate. |
|
74 | + * @param \BrightNucleus\View\Support\Findable $engine Engine to instantiate. |
|
75 | 75 | * |
76 | 76 | * @return EngineInterface Instantiated engine. |
77 | 77 | * @throws FailedToInstantiateEngineException If the engine could not be instantiated. |
@@ -73,7 +73,7 @@ |
||
73 | 73 | * |
74 | 74 | * @since 0.1.0 |
75 | 75 | * |
76 | - * @param mixed $view View to instantiate. |
|
76 | + * @param \BrightNucleus\View\Support\Findable $view View to instantiate. |
|
77 | 77 | * @param string $uri URI to use for the view. |
78 | 78 | * @param EngineInterface|null $engine Optional. Engine to use with the view. |
79 | 79 | * |
@@ -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 | */ |