Completed
Pull Request — master (#3)
by
unknown
01:02
created
src/Table/Properties.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@
 block discarded – undo
19 19
 		return $this;
20 20
 	}
21 21
 
22
+	/**
23
+	 * @param string $template
24
+	 */
22 25
 	public function render($template, $context = null)
23 26
 	{
24 27
 		$output = '';
Please login to merge, or discard this patch.