Completed
Push — master ( e29564...0c58a0 )
by Greg
22:41 queued 10:16
created
src/Locale/LocaleAr.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,11 +22,11 @@
 block discarded – undo
22 22
 		return array(
23 23
 			self::GROUP    => self::ARAB_GROUP,
24 24
 			self::DECIMAL  => self::ARAB_DECIMAL,
25
-			self::NEGATIVE => self::RTL_MARK . self::HYPHEN,
25
+			self::NEGATIVE => self::RTL_MARK.self::HYPHEN,
26 26
 		);
27 27
 	}
28 28
 
29 29
 	protected function percentFormat() {
30
-		return '%s' . self::ARAB_PERCENT;
30
+		return '%s'.self::ARAB_PERCENT;
31 31
 	}
32 32
 }
Please login to merge, or discard this patch.
src/Locale/LocaleLt.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,6 +30,6 @@
 block discarded – undo
30 30
 	}
31 31
 
32 32
 	protected function percentFormat() {
33
-		return '%s' . self::NBSP . self::PERCENT;
33
+		return '%s'.self::NBSP.self::PERCENT;
34 34
 	}
35 35
 }
Please login to merge, or discard this patch.
src/Locale/LocaleBe.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,6 +30,6 @@
 block discarded – undo
30 30
 	}
31 31
 
32 32
 	protected function percentFormat() {
33
-		return '%s' . self::NBSP . self::PERCENT;
33
+		return '%s'.self::NBSP.self::PERCENT;
34 34
 	}
35 35
 }
Please login to merge, or discard this patch.
src/Locale/LocaleMo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,6 +30,6 @@
 block discarded – undo
30 30
 	}
31 31
 
32 32
 	protected function percentFormat() {
33
-		return '%s' . self::NBSP . self::PERCENT;
33
+		return '%s'.self::NBSP.self::PERCENT;
34 34
 	}
35 35
 }
Please login to merge, or discard this patch.
src/Locale/LocaleKs.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,11 +22,11 @@
 block discarded – undo
22 22
 		return array(
23 23
 			self::GROUP    => self::ARAB_GROUP,
24 24
 			self::DECIMAL  => self::ARAB_DECIMAL,
25
-			self::NEGATIVE => self::LTR_MARK . self::HYPHEN . self::LTR_MARK,
25
+			self::NEGATIVE => self::LTR_MARK.self::HYPHEN.self::LTR_MARK,
26 26
 		);
27 27
 	}
28 28
 
29 29
 	protected function percentFormat() {
30
-		return '%s' . self::ARAB_PERCENT;
30
+		return '%s'.self::ARAB_PERCENT;
31 31
 	}
32 32
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEnDk.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,6 +30,6 @@
 block discarded – undo
30 30
 	}
31 31
 
32 32
 	protected function percentFormat() {
33
-		return '%s' . self::NBSP . self::PERCENT;
33
+		return '%s'.self::NBSP.self::PERCENT;
34 34
 	}
35 35
 }
Please login to merge, or discard this patch.
src/Locale/LocaleMzn.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,11 +22,11 @@
 block discarded – undo
22 22
 		return array(
23 23
 			self::GROUP    => self::ARAB_GROUP,
24 24
 			self::DECIMAL  => self::ARAB_DECIMAL,
25
-			self::NEGATIVE => self::LTR_MARK . self::HYPHEN . self::LTR_MARK,
25
+			self::NEGATIVE => self::LTR_MARK.self::HYPHEN.self::LTR_MARK,
26 26
 		);
27 27
 	}
28 28
 
29 29
 	protected function percentFormat() {
30
-		return '%s' . self::ARAB_PERCENT;
30
+		return '%s'.self::ARAB_PERCENT;
31 31
 	}
32 32
 }
Please login to merge, or discard this patch.
src/Locale/LocaleRo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,6 +30,6 @@
 block discarded – undo
30 30
 	}
31 31
 
32 32
 	protected function percentFormat() {
33
-		return '%s' . self::NBSP . self::PERCENT;
33
+		return '%s'.self::NBSP.self::PERCENT;
34 34
 	}
35 35
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEnDe.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,6 +30,6 @@
 block discarded – undo
30 30
 	}
31 31
 
32 32
 	protected function percentFormat() {
33
-		return '%s' . self::NBSP . self::PERCENT;
33
+		return '%s'.self::NBSP.self::PERCENT;
34 34
 	}
35 35
 }
Please login to merge, or discard this patch.