Completed
Push — develop ( 097596...b2a605 )
by Greg
02:18
created
src/Locale/LocaleCcp.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -10,11 +10,11 @@
 block discarded – undo
10 10
  * @license       GPLv3+
11 11
  */
12 12
 class LocaleCcp extends AbstractLocale implements LocaleInterface {
13
-    protected function digitsGroup() {
14
-        return 2;
15
-    }
13
+	protected function digitsGroup() {
14
+		return 2;
15
+	}
16 16
 
17
-    public function endonym() {
17
+	public function endonym() {
18 18
 		return '
Please login to merge, or discard this patch.
src/Locale/LocaleNdsNl.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
  * @license       GPLv3+
11 11
  */
12 12
 class LocaleNdsNl extends LocaleNds implements LocaleInterface {
13
-    public function territory() {
14
-        return new TerritoryNl;
15
-    }
13
+	public function territory() {
14
+		return new TerritoryNl;
15
+	}
16 16
 }
Please login to merge, or discard this patch.