Passed
Push — master ( b69084...790631 )
by Jip
03:45
created
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.