Completed
Push — master ( 5ba1c4...dfe375 )
by Daniel
13:10
created
forms/MemberDatetimeOptionsetField.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -105,6 +105,9 @@
 block discarded – undo
105 105
 		return $this->descriptionTemplate;
106 106
 	}
107 107
 
108
+	/**
109
+	 * @param string $template
110
+	 */
108 111
 	public function setDescriptionTemplate($template) {
109 112
 		$this->descriptionTemplate = $template;
110 113
 	}
Please login to merge, or discard this patch.