Completed
Push — develop ( 0e9dd7...101596 )
by Greg
03:03
created
src/Locale/LocaleBs.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,6 +36,6 @@
 block discarded – undo
36 36
 
37 37
     protected function percentFormat()
38 38
     {
39
-        return self::PLACEHOLDER . self::NBSP . self::PERCENT;
39
+        return self::PLACEHOLDER.self::NBSP.self::PERCENT;
40 40
     }
41 41
 }
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
@@ -36,12 +36,12 @@
 block discarded – undo
36 36
         return array(
37 37
             self::GROUP    => self::ARAB_GROUP,
38 38
             self::DECIMAL  => self::ARAB_DECIMAL,
39
-            self::NEGATIVE => self::LTR_MARK . self::MINUS_SIGN,
39
+            self::NEGATIVE => self::LTR_MARK.self::MINUS_SIGN,
40 40
         );
41 41
     }
42 42
 
43 43
     protected function percentFormat()
44 44
     {
45
-        return self::PLACEHOLDER . self::ARAB_PERCENT;
45
+        return self::PLACEHOLDER.self::ARAB_PERCENT;
46 46
     }
47 47
 }
Please login to merge, or discard this patch.
src/Locale/LocaleDsb.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,6 +36,6 @@
 block discarded – undo
36 36
 
37 37
     protected function percentFormat()
38 38
     {
39
-        return self::PLACEHOLDER . self::NBSP . self::PERCENT;
39
+        return self::PLACEHOLDER.self::NBSP.self::PERCENT;
40 40
     }
41 41
 }
Please login to merge, or discard this patch.
src/Locale/LocaleQu.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,6 +28,6 @@
 block discarded – undo
28 28
 
29 29
     protected function percentFormat()
30 30
     {
31
-        return self::PLACEHOLDER . self::NBSP . self::PERCENT;
31
+        return self::PLACEHOLDER.self::NBSP.self::PERCENT;
32 32
     }
33 33
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEnFi.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 
21 21
     protected function percentFormat()
22 22
     {
23
-        return self::PLACEHOLDER . self::NBSP . self::PERCENT;
23
+        return self::PLACEHOLDER.self::NBSP.self::PERCENT;
24 24
     }
25 25
 
26 26
     public function territory()
Please login to merge, or discard this patch.
src/Locale/LocaleCu.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,6 +36,6 @@
 block discarded – undo
36 36
 
37 37
     protected function percentFormat()
38 38
     {
39
-        return self::PLACEHOLDER . self::NBSP . self::PERCENT;
39
+        return self::PLACEHOLDER.self::NBSP.self::PERCENT;
40 40
     }
41 41
 }
Please login to merge, or discard this patch.
src/Locale/LocaleArEh.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
     public function numberSymbols()
16 16
     {
17 17
         return array(
18
-            self::NEGATIVE => self::LTR_MARK . '-',
18
+            self::NEGATIVE => self::LTR_MARK.'-',
19 19
         );
20 20
     }
21 21
 
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
 
29 29
     protected function percentFormat()
30 30
     {
31
-        return self::PLACEHOLDER . self::LTR_MARK . self::PERCENT . self::LTR_MARK;
31
+        return self::PLACEHOLDER.self::LTR_MARK.self::PERCENT.self::LTR_MARK;
32 32
     }
33 33
 
34 34
     public function territory()
Please login to merge, or discard this patch.