Completed
Push — develop ( 0e9dd7...101596 )
by Greg
03:03
created
src/Territory/TerritoryCu.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 TerritoryCu extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'CU';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'CU';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
src/Territory/TerritoryRw.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 TerritoryRw extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'RW';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'RW';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
src/Territory/TerritoryTg.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 TerritoryTg extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'TG';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'TG';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
src/Territory/TerritorySu.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 TerritorySu extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'SU';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'SU';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
src/Territory/TerritoryNg.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 TerritoryNg extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'NG';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'NG';
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/TerritoryMl.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 TerritoryMl extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'ML';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'ML';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
src/Territory/TerritoryAe.php 1 patch
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -9,23 +9,23 @@
 block discarded – undo
9 9
  */
10 10
 class TerritoryAe extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'AE';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'AE';
15
+	}
16 16
 
17
-    public function firstDay()
18
-    {
19
-        return 6;
20
-    }
17
+	public function firstDay()
18
+	{
19
+		return 6;
20
+	}
21 21
 
22
-    public function weekendStart()
23
-    {
24
-        return 5;
25
-    }
22
+	public function weekendStart()
23
+	{
24
+		return 5;
25
+	}
26 26
 
27
-    public function weekendEnd()
28
-    {
29
-        return 6;
30
-    }
27
+	public function weekendEnd()
28
+	{
29
+		return 6;
30
+	}
31 31
 }
Please login to merge, or discard this patch.
src/Territory/Territory419.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 Territory419 extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return '419';
15
-    }
12
+	public function code()
13
+	{
14
+		return '419';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
src/Territory/TerritoryGy.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 TerritoryGy extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'GY';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'GY';
15
+	}
16 16
 }
Please login to merge, or discard this patch.