@@ -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 |