Completed
Push — develop ( 097596...b2a605 )
by Greg
02:18
created
src/Locale/LocaleBr.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/LocaleLb.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/LocaleRu.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/LocalePs.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,11 +26,11 @@
 block discarded – undo
26 26
 		return array(
27 27
 			self::GROUP    => self::ARAB_GROUP,
28 28
 			self::DECIMAL  => self::ARAB_DECIMAL,
29
-			self::NEGATIVE => self::LTR_MARK . self::HYPHEN . self::LTR_MARK,
29
+			self::NEGATIVE => self::LTR_MARK.self::HYPHEN.self::LTR_MARK,
30 30
 		);
31 31
 	}
32 32
 
33 33
 	protected function percentFormat() {
34
-		return '%s' . self::ARAB_PERCENT;
34
+		return '%s'.self::ARAB_PERCENT;
35 35
 	}
36 36
 }
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
@@ -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/LocaleEnSe.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 	}
29 29
 
30 30
 	protected function percentFormat() {
31
-		return '%s' . self::NBSP . self::PERCENT;
31
+		return '%s'.self::NBSP.self::PERCENT;
32 32
 	}
33 33
 
34 34
 	public function territory() {
Please login to merge, or discard this patch.
src/Locale/LocaleCe.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/LocaleSv.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
@@ -26,11 +26,11 @@
 block discarded – undo
26 26
 		return array(
27 27
 			self::GROUP    => self::ARAB_GROUP,
28 28
 			self::DECIMAL  => self::ARAB_DECIMAL,
29
-			self::NEGATIVE => self::LTR_MARK . self::HYPHEN . self::LTR_MARK,
29
+			self::NEGATIVE => self::LTR_MARK.self::HYPHEN.self::LTR_MARK,
30 30
 		);
31 31
 	}
32 32
 
33 33
 	protected function percentFormat() {
34
-		return '%s' . self::ARAB_PERCENT;
34
+		return '%s'.self::ARAB_PERCENT;
35 35
 	}
36 36
 }
Please login to merge, or discard this patch.