Completed
Push — develop ( 0c58a0...3ba63c )
by Greg
06:45
created
src/Locale/LocaleUzArab.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,6 +23,6 @@
 block discarded – undo
23 23
 	}
24 24
 
25 25
 	protected function percentFormat() {
26
-		return '%s' . self::ARAB_PERCENT;
26
+		return '%s'.self::ARAB_PERCENT;
27 27
 	}
28 28
 }
Please login to merge, or discard this patch.
src/Locale/LocaleZhHans.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
  */
10 10
 class LocaleZhHans extends LocaleZh {
11 11
 	public function endonym() {
12
-		if (get_class($this) === __NAMESPACE__ . '\LocaleZhHans') {
12
+		if (get_class($this) === __NAMESPACE__.'\LocaleZhHans') {
13 13
 			// If the Hans script has been specified (but no other tags), then it is customary to include it.
14 14
 			return '简体中文';
15 15
 		} else {
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 	}
19 19
 
20 20
 	public function languageTag() {
21
-		if (get_class($this) === __NAMESPACE__ . '\LocaleZhHans') {
21
+		if (get_class($this) === __NAMESPACE__.'\LocaleZhHans') {
22 22
 			// If the Hans script has been specified (but no other tags), then it is customary to include it.
23 23
 			return 'zh-Hans';
24 24
 		} else {
Please login to merge, or discard this patch.
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/LocaleLrc.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/LocaleArEh.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::COMMA,
16 16
 			self::DECIMAL  => self::DOT,
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/LocaleTr.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 self::PERCENT . '%s';
37
+		return self::PERCENT.'%s';
38 38
 	}
39 39
 }
Please login to merge, or discard this patch.
src/Locale/LocaleArDz.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/LocaleEnDk.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
  */
12 12
 class LocaleEnDk extends LocaleEn {
13 13
 	protected function percentFormat() {
14
-		return '%s' . self::NBSP . self::PERCENT;
14
+		return '%s'.self::NBSP.self::PERCENT;
15 15
 	}
16 16
 
17 17
 	public function territory() {
Please login to merge, or discard this patch.
src/Locale/LocaleFa.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,11 +30,11 @@
 block discarded – undo
30 30
 		return array(
31 31
 			self::GROUP    => self::ARAB_GROUP,
32 32
 			self::DECIMAL  => self::ARAB_DECIMAL,
33
-			self::NEGATIVE => self::LTR_MARK . self::MINUS_SIGN,
33
+			self::NEGATIVE => self::LTR_MARK.self::MINUS_SIGN,
34 34
 		);
35 35
 	}
36 36
 
37 37
 	protected function percentFormat() {
38
-		return '%s' . self::ARAB_PERCENT;
38
+		return '%s'.self::ARAB_PERCENT;
39 39
 	}
40 40
 }
Please login to merge, or discard this patch.