Completed
Push — master ( a98604...b5066b )
by Jean-Christophe
03:23
created
Ajax/semantic/html/base/traits/AttachedTrait.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -7,6 +7,11 @@
 block discarded – undo
7 7
 use Ajax\common\html\HtmlDoubleElement;
8 8
 
9 9
 trait AttachedTrait {
10
+
11
+	/**
12
+	 * @param string $name
13
+	 * @param string $value
14
+	 */
10 15
 	abstract public function addToPropertyCtrl($name, $value, $typeCtrl);
11 16
 	/**
12 17
 	 * @param HtmlSemDoubleElement $toElement
Please login to merge, or discard this patch.
Ajax/semantic/widgets/base/FieldAsTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Ajax\semantic\widgets\base;
3 3
 use Ajax\service\JString;
4 4
 use Ajax\semantic\html\elements\HtmlImage;
5
-use Ajax\semantic\html\modules\checkbox\HtmlRadio;
6 5
 use Ajax\semantic\html\base\constants\Size;
7 6
 use Ajax\semantic\html\elements\HtmlLabel;
8 7
 use Ajax\semantic\html\modules\HtmlProgress;
Please login to merge, or discard this patch.