Completed
Pull Request — master (#29013)
by Sujith
09:58
created
lib/private/Settings/Section.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -36,6 +36,12 @@
 block discarded – undo
36 36
 	protected $priority;
37 37
 	protected $url;
38 38
 
39
+	/**
40
+	 * @param string $id
41
+	 * @param \OC\L10N\L10NString $name
42
+	 * @param integer $priority
43
+	 * @param string $url
44
+	 */
39 45
 	public function __construct($id, $name, $priority, $url) {
40 46
 		$this->id = $id;
41 47
 		$this->name = $name;
Please login to merge, or discard this patch.