Completed
Push — master ( 3e8704...4367a8 )
by Jean-Christophe
03:21
created
Ajax/semantic/html/elements/HtmlButton.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
 	/**
35 35
 	 * Set the button value
36 36
 	 * @param string $value
37
-	 * @return \Ajax\semantic\html\HtmlButton
37
+	 * @return HtmlButton
38 38
 	 */
39 39
 	public function setValue($value) {
40 40
 		$this->content=$value;
@@ -43,8 +43,8 @@  discard block
 block discarded – undo
43 43
 
44 44
 	/**
45 45
 	 * define the button style
46
-	 * @param string|int $cssStyle
47
-	 * @return \Ajax\semantic\html\HtmlButton default : ""
46
+	 * @param string $cssStyle
47
+	 * @return HtmlButton default : ""
48 48
 	 */
49 49
 	public function setStyle($cssStyle) {
50 50
 		return $this->addToProperty("class",$cssStyle);
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
 	}
88 88
 
89 89
 	/**
90
-	 * @param string|HtmlIcon $icon
90
+	 * @param string $icon
91 91
 	 * @return \Ajax\semantic\html\elements\HtmlButton
92 92
 	 */
93 93
 	public function asIcon($icon){
Please login to merge, or discard this patch.