@@ -18,6 +18,7 @@ discard block |
||
18 | 18 | /** |
19 | 19 | * @codeCoverageIgnore |
20 | 20 | * @see Response::output() |
21 | + * @param string $output |
|
21 | 22 | * @return \Psr\Http\Message\ResponseInterface |
22 | 23 | */ |
23 | 24 | function wpm_output( $output ) { |
@@ -29,6 +30,7 @@ discard block |
||
29 | 30 | /** |
30 | 31 | * @codeCoverageIgnore |
31 | 32 | * @see Response::view() |
33 | + * @param string $views |
|
32 | 34 | * @return \Psr\Http\Message\ResponseInterface |
33 | 35 | */ |
34 | 36 | function wpm_view( $views, $context = array() ) { |