Completed
Push — develop ( 097596...b2a605 )
by Greg
02:18
created
src/Locale/LocaleDsb.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/LocaleRo.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/LocaleDz.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/LocaleLt.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/LocaleZgh.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/LocaleCu.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/LocaleCs.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/LocaleKl.php 2 patches
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.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 		return array(
27 27
 			self::GROUP    => self::DOT,
28 28
 			self::DECIMAL  => self::COMMA,
29
-            self::NEGATIVE => self::MINUS_SIGN,
29
+			self::NEGATIVE => self::MINUS_SIGN,
30 30
 		);
31 31
 	}
32 32
 
Please login to merge, or discard this patch.
src/Locale/LocaleRm.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.