Completed
Push — master ( b77ba2...042f42 )
by Jean-Christophe
03:22
created
Ajax/bootstrap/html/HtmlForm.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Ajax\bootstrap\html\base\HtmlBsDoubleElement;
6 6
 use Ajax\JsUtils;
7
-
8 7
 use Ajax\common\html\html5\HtmlSelect;
9 8
 use Ajax\service\JString;
10 9
 
Please login to merge, or discard this patch.
Ajax/common/html/traits/NavElementTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
 	/**
26 26
 	 * Define the html attribute for each element url in ajax
27 27
 	 * @param string $attr html attribute
28
-	 * @return HtmlNavElement
28
+	 * @return NavElementTrait
29 29
 	 */
30 30
 	public function setAttr($attr) {
31 31
 		$this->attr = $attr;
Please login to merge, or discard this patch.