Completed
Push — master ( f99fed...57dceb )
by Jean-Christophe
03:29
created
Ajax/bootstrap/html/HtmlCarousel.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Ajax\bootstrap\html\base\CssRef;
8 8
 use Ajax\bootstrap\html\base\HtmlBsDoubleElement;
9 9
 use Ajax\bootstrap\html\content\HtmlCarouselItem;
10
-
11 10
 use Ajax\common\html\BaseHtml;
12 11
 /**
13 12
  * Composant Twitter Bootstrap Carousel
Please login to merge, or discard this patch.
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
 
10 9
 class HtmlForm extends HtmlBsDoubleElement {
Please login to merge, or discard this patch.
Ajax/bootstrap/html/HtmlProgressbar.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\bootstrap\html\base\CssRef;
9 8
 use Ajax\service\JArray;
10 9
 
Please login to merge, or discard this patch.
Ajax/semantic/html/collections/form/HtmlFormFields.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Ajax\semantic\html\base\HtmlSemCollection;
6 6
 use Ajax\semantic\html\base\constants\Wide;
7 7
 use Ajax\JsUtils;
8
-
9 8
 use Ajax\semantic\html\base\HtmlSemDoubleElement;
10 9
 use Ajax\semantic\html\collections\form\traits\FieldsTrait;
11 10
 
Please login to merge, or discard this patch.
Ajax/semantic/html/collections/HtmlBreadcrumb.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\semantic\html\base\HtmlSemNavElement;
6 6
 use Ajax\semantic\html\base\HtmlSemDoubleElement;
7
-
8 7
 use Ajax\semantic\html\elements\HtmlIcon;
9 8
 use Ajax\JsUtils;
10 9
 
Please login to merge, or discard this patch.
Ajax/semantic/html/content/HtmlAbsractItem.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Ajax\semantic\html\base\HtmlSemDoubleElement;
6 6
 use Ajax\semantic\html\elements\HtmlIcon;
7 7
 use Ajax\JsUtils;
8
-
9 8
 use Ajax\service\JArray;
10 9
 use Ajax\semantic\html\elements\html5\HtmlImg;
11 10
 
Please login to merge, or discard this patch.
Ajax/semantic/html/content/HtmlGridRow.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Ajax\semantic\html\base\constants\Wide;
6 6
 use Ajax\semantic\html\base\constants\Color;
7 7
 use Ajax\JsUtils;
8
-
9 8
 use Ajax\semantic\html\base\HtmlSemCollection;
10 9
 use Ajax\semantic\html\base\traits\TextAlignmentTrait;
11 10
 
Please login to merge, or discard this patch.
Ajax/semantic/html/elements/HtmlStep.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Ajax\semantic\html\base\HtmlSemCollection;
6 6
 use Ajax\semantic\html\content\HtmlStepItem;
7 7
 use Ajax\JsUtils;
8
-
9 8
 use Ajax\common\html\HtmlDoubleElement;
10 9
 use Ajax\semantic\html\base\constants\Side;
11 10
 
Please login to merge, or discard this patch.
Ajax/semantic/html/elements/HtmlLabel.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -91,12 +91,12 @@
 block discarded – undo
91 91
 	}
92 92
 
93 93
 	/**
94
-	*  Adds an image
95
-	* @param string $src
96
-	* @param string $alt
97
-	* @param boolean $before
98
-	* @return \Ajax\semantic\html\elements\html5\HtmlImg
99
-	*/
94
+	 *  Adds an image
95
+	 * @param string $src
96
+	 * @param string $alt
97
+	 * @param boolean $before
98
+	 * @return \Ajax\semantic\html\elements\html5\HtmlImg
99
+	 */
100 100
 	public function addImage($src, $alt="", $before=true) {
101 101
 		$img=new HtmlImg("image-" . $this->identifier, $src, $alt);
102 102
 		$img->setClass("");
Please login to merge, or discard this patch.