Completed
Push — develop ( ca4c4f...714528 )
by Greg
09:52
created
src/Locale/LocaleNn.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 '%s' . self::NBSP . self::PERCENT;
31
+        return '%s'.self::NBSP.self::PERCENT;
32 32
     }
33 33
 }
Please login to merge, or discard this patch.
src/Locale/LocaleFi.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 '%s' . self::NBSP . self::PERCENT;
31
+        return '%s'.self::NBSP.self::PERCENT;
32 32
     }
33 33
 }
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
@@ -37,6 +37,6 @@
 block discarded – undo
37 37
 
38 38
     protected function percentFormat()
39 39
     {
40
-        return self::PERCENT . '%s';
40
+        return self::PERCENT.'%s';
41 41
     }
42 42
 }
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
@@ -28,6 +28,6 @@
 block discarded – undo
28 28
 
29 29
     protected function percentFormat()
30 30
     {
31
-        return '%s' . self::NBSP . self::PERCENT;
31
+        return '%s'.self::NBSP.self::PERCENT;
32 32
     }
33 33
 }
Please login to merge, or discard this patch.
src/Locale/LocaleZgh.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 '%s' . self::NBSP . self::PERCENT;
31
+        return '%s'.self::NBSP.self::PERCENT;
32 32
     }
33 33
 }
Please login to merge, or discard this patch.
src/Locale/LocaleDz.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 '%s' . self::NBSP . self::PERCENT;
31
+        return '%s'.self::NBSP.self::PERCENT;
32 32
     }
33 33
 }
Please login to merge, or discard this patch.
src/Locale/LocaleFr.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 '%s' . self::NBSP . self::PERCENT;
31
+        return '%s'.self::NBSP.self::PERCENT;
32 32
     }
33 33
 }
Please login to merge, or discard this patch.
src/Locale/LocaleHsb.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 '%s' . self::NBSP . self::PERCENT;
31
+        return '%s'.self::NBSP.self::PERCENT;
32 32
     }
33 33
 }
Please login to merge, or discard this patch.
src/Locale/LocaleBas.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 '%s' . self::NBSP . self::PERCENT;
31
+        return '%s'.self::NBSP.self::PERCENT;
32 32
     }
33 33
 }
Please login to merge, or discard this patch.