@@ -25,6 +25,7 @@ discard block |
||
25 | 25 | * Handler proxy functions |
26 | 26 | * |
27 | 27 | * @param Stencil_Recorder_Interface $recorder New Recorder to use. |
28 | + * @return void |
|
28 | 29 | */ |
29 | 30 | public function set_recorder( Stencil_Recorder_Interface $recorder ); |
30 | 31 | |
@@ -43,6 +44,7 @@ discard block |
||
43 | 44 | * Handler proxy functions |
44 | 45 | * |
45 | 46 | * @param string $variable Variable to Record into. |
47 | + * @return void |
|
46 | 48 | */ |
47 | 49 | public function start_recording( $variable ); |
48 | 50 |