Completed
Push — master ( 64bb6e...2be063 )
by Greg
02:12
created
src/Territory/Territory034.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
  */
10 10
 class Territory034 extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return '034';
15
-    }
12
+	public function code()
13
+	{
14
+		return '034';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
src/Territory/TerritoryVg.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
  */
10 10
 class TerritoryVg extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'VG';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'VG';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
src/Territory/Territory017.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
  */
10 10
 class Territory017 extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return '017';
15
-    }
12
+	public function code()
13
+	{
14
+		return '017';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
src/Territory/TerritoryBn.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
  */
10 10
 class TerritoryBn extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'BN';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'BN';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
src/Territory/TerritoryBu.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
  */
10 10
 class TerritoryBu extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'BU';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'BU';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
src/Territory/TerritoryKy.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -9,13 +9,13 @@
 block discarded – undo
9 9
  */
10 10
 class TerritoryKy extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'KY';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'KY';
15
+	}
16 16
 
17
-    public function measurementSystem()
18
-    {
19
-        return 'US';
20
-    }
17
+	public function measurementSystem()
18
+	{
19
+		return 'US';
20
+	}
21 21
 }
Please login to merge, or discard this patch.
src/Territory/TerritoryGe.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
  */
10 10
 class TerritoryGe extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'GE';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'GE';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
src/Territory/TerritoryKe.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -9,13 +9,13 @@
 block discarded – undo
9 9
  */
10 10
 class TerritoryKe extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'KE';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'KE';
15
+	}
16 16
 
17
-    public function firstDay()
18
-    {
19
-        return 0;
20
-    }
17
+	public function firstDay()
18
+	{
19
+		return 0;
20
+	}
21 21
 }
Please login to merge, or discard this patch.
src/Territory/TerritoryMq.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
  */
10 10
 class TerritoryMq extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'MQ';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'MQ';
15
+	}
16 16
 }
Please login to merge, or discard this patch.