Completed
Push — master ( 7ebf5f...c286d3 )
by Jean-Christophe
02:51
created
Ajax/semantic/html/collections/form/traits/FieldsTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use Ajax\semantic\html\collections\form\HtmlFormRadio;
11 11
 use Ajax\semantic\html\collections\form\HtmlFormField;
12 12
 use Ajax\common\html\html5\HtmlTextarea;
13
-use Ajax\common\html\HtmlDoubleElement;
14 13
 use Ajax\semantic\html\collections\form\HtmlFormTextarea;
15 14
 use Ajax\semantic\html\base\HtmlSemDoubleElement;
16 15
 use Ajax\semantic\html\elements\HtmlButtonGroups;
Please login to merge, or discard this patch.
Ajax/semantic/html/elements/HtmlButton.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
 
48 48
 	/**
49 49
 	 * define the button style
50
-	 * @param string|int $cssStyle
50
+	 * @param string $cssStyle
51 51
 	 * @return HtmlButton default : ""
52 52
 	 */
53 53
 	public function setStyle($cssStyle) {
Please login to merge, or discard this patch.