Completed
Push — develop ( 0e9dd7...101596 )
by Greg
03:03
created
src/Territory/TerritoryBt.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 TerritoryBt extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'BT';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'BT';
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/TerritoryEt.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 TerritoryEt extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'ET';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'ET';
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/Territory155.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 Territory155 extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return '155';
15
-    }
12
+	public function code()
13
+	{
14
+		return '155';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
src/Territory/TerritoryBe.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 TerritoryBe extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'BE';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'BE';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
src/Territory/TerritoryBi.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 TerritoryBi extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'BI';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'BI';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
src/Territory/Territory018.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 Territory018 extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return '018';
15
-    }
12
+	public function code()
13
+	{
14
+		return '018';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
src/Territory/TerritoryIq.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 TerritoryIq extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'IQ';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'IQ';
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/TerritoryLu.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 TerritoryLu extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return 'LU';
15
-    }
12
+	public function code()
13
+	{
14
+		return 'LU';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
src/Territory/Territory015.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 Territory015 extends AbstractTerritory implements TerritoryInterface
11 11
 {
12
-    public function code()
13
-    {
14
-        return '015';
15
-    }
12
+	public function code()
13
+	{
14
+		return '015';
15
+	}
16 16
 }
Please login to merge, or discard this patch.