Passed
Push — master ( 708113...83bad9 )
by
unknown
02:12
created
src/functions.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -17,6 +17,7 @@  discard block
 block discarded – undo
17 17
 	/**
18 18
 	 * @codeCoverageIgnore
19 19
 	 * @see Response::output()
20
+	 * @param string $output
20 21
 	 * @return \Psr\Http\Message\ResponseInterface
21 22
 	 */
22 23
 	function cf_output( $output ) {
@@ -28,6 +29,7 @@  discard block
 block discarded – undo
28 29
 	/**
29 30
 	 * @codeCoverageIgnore
30 31
 	 * @see Response::template()
32
+	 * @param string $templates
31 33
 	 * @return \Psr\Http\Message\ResponseInterface
32 34
 	 */
33 35
 	function cf_template( $templates, $context = array() ) {
Please login to merge, or discard this patch.