Passed
Push — master ( 86e7b7...820e92 )
by Atanas
02:10
created
src/functions.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -18,6 +18,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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() ) {
Please login to merge, or discard this patch.