@@ -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() ) { |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -use WPEmerge\Response; |
|
| 4 | 3 | use WPEmerge\Helpers\Mixed; |
| 4 | +use WPEmerge\Response; |
|
| 5 | 5 | |
| 6 | 6 | if ( ! function_exists( 'wpm_response' ) ) { |
| 7 | 7 | /** |