Completed
Push — develop ( cff0a3...e29564 )
by Greg
14:17
created
Category
src/Locale/LocaleEsMx.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 	}
20 20
 
21 21
 	protected function percentFormat() {
22
-		return '%s' . self::PERCENT;
22
+		return '%s'.self::PERCENT;
23 23
 	}
24 24
 
25 25
 	public function territory() {
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/LocaleNn.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,6 +35,6 @@
 block discarded – undo
35 35
 	}
36 36
 
37 37
 	protected function percentFormat() {
38
-		return '%s' . self::NBSP . self::PERCENT;
38
+		return '%s'.self::NBSP.self::PERCENT;
39 39
 	}
40 40
 }
Please login to merge, or discard this patch.
src/Locale/LocaleArTn.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 		return array(
15 15
 			self::GROUP    => self::DOT,
16 16
 			self::DECIMAL  => self::COMMA,
17
-			self::NEGATIVE => self::LTR_MARK . self::HYPHEN,
17
+			self::NEGATIVE => self::LTR_MARK.self::HYPHEN,
18 18
 		);
19 19
 	}
20 20
 
Please login to merge, or discard this patch.
src/Locale/LocaleKsh.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,6 +31,6 @@
 block discarded – undo
31 31
 	}
32 32
 
33 33
 	protected function percentFormat() {
34
-		return '%s' . self::NBSP . self::PERCENT;
34
+		return '%s'.self::NBSP.self::PERCENT;
35 35
 	}
36 36
 }
Please login to merge, or discard this patch.
src/Locale/LocaleFrCh.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 	}
27 27
 
28 28
 	protected function percentFormat() {
29
-		return '%s' . self::PERCENT;
29
+		return '%s'.self::PERCENT;
30 30
 	}
31 31
 
32 32
 	public function territory() {
Please login to merge, or discard this patch.
src/Locale/LocaleDa.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,6 +34,6 @@
 block discarded – undo
34 34
 	}
35 35
 
36 36
 	protected function percentFormat() {
37
-		return '%s' . self::NBSP . self::PERCENT;
37
+		return '%s'.self::NBSP.self::PERCENT;
38 38
 	}
39 39
 }
Please login to merge, or discard this patch.
src/Locale/LocaleKu.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,6 +31,6 @@
 block discarded – undo
31 31
 	}
32 32
 
33 33
 	protected function percentFormat() {
34
-		return self::PERCENT . '%s';
34
+		return self::PERCENT.'%s';
35 35
 	}
36 36
 }
Please login to merge, or discard this patch.
src/Locale/LocaleArMa.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 		return array(
15 15
 			self::GROUP    => self::DOT,
16 16
 			self::DECIMAL  => self::COMMA,
17
-			self::NEGATIVE => self::LTR_MARK . self::HYPHEN,
17
+			self::NEGATIVE => self::LTR_MARK.self::HYPHEN,
18 18
 		);
19 19
 	}
20 20
 
Please login to merge, or discard this patch.