@@ -24,7 +24,6 @@ discard block |
||
24 | 24 | /** |
25 | 25 | * Returns a response with a particular view loaded. |
26 | 26 | * |
27 | - * @param string $view name of the view to load |
|
28 | 27 | * @param array $data data to expose to the view |
29 | 28 | * @return \Psr\Http\Message\ResponseInterface |
30 | 29 | */ |
@@ -36,7 +35,7 @@ discard block |
||
36 | 35 | /** |
37 | 36 | * Create a new basic string response. |
38 | 37 | * |
39 | - * @param string $name name of the view to load |
|
38 | + * @param string $string |
|
40 | 39 | * @return \Psr\Http\Message\ResponseInterface |
41 | 40 | */ |
42 | 41 | public static function string($string) |