Completed
Push — develop ( 097596...b2a605 )
by Greg
02:18
created
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.