Passed
Push — master ( 4636f6...baa197 )
by Jip
07:57
created
classes/stencil/handler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
 	/**
67 67
 	 * Control loading the wp_head and wp_footer into variable
68 68
 	 *
69
-	 * @param bool|true $yes_or_no Wheter to load them or not.
69
+	 * @param boolean $yes_or_no Wheter to load them or not.
70 70
 	 */
71 71
 	public function load_wp_header_and_footer( $yes_or_no = true ) {
72 72
 		if ( $this->load_wp_header_and_footer === $yes_or_no ) {
Please login to merge, or discard this patch.
classes/stencil/recorder-interface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -11,6 +11,7 @@
 block discarded – undo
11 11
 interface Stencil_Recorder_Interface {
12 12
 	/**
13 13
 	 * Start capturing output buffer
14
+	 * @return void
14 15
 	 */
15 16
 	public function start_recording();
16 17
 
Please login to merge, or discard this patch.
classes/stencil/implementation-interface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -11,6 +11,7 @@
 block discarded – undo
11 11
 interface Stencil_Recorder_Interface {
12 12
 	/**
13 13
 	 * Start capturing output buffer
14
+	 * @return void
14 15
 	 */
15 16
 	public function start_recording();
16 17
 
Please login to merge, or discard this patch.