@@ -66,7 +66,7 @@ |
||
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 ) { |
@@ -11,6 +11,7 @@ |
||
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 |
@@ -11,6 +11,7 @@ |
||
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 |