Passed
Push — master ( a78954...29d147 )
by Jip
03:17
created
classes/stencil/handler-factory-interface.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -25,6 +25,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.