Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
madeITBelgium authored and StyleCIBot committed Jul 25, 2017
1 parent 88da19a commit 7ee60af
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/TLDs/Casino.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Casino extends TLD
protected $dnssec = false;
protected $ipv6 = true;
protected $ipv4 = true;

protected $refund = true;
protected $refundPeriodAdd = 5;
protected $refundPeriodTransfer = 5;
Expand All @@ -49,4 +49,4 @@ public function __construct()
{
parent::__construct();
}
}
}
4 changes: 2 additions & 2 deletions src/TLDs/Global.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class GlobalTld extends TLD
protected $dnssec = false;
protected $ipv6 = true;
protected $ipv4 = true;

protected $refund = true;
protected $refundPeriodAdd = 5;
protected $refundPeriodTransfer = 5;
Expand All @@ -48,4 +48,4 @@ public function __construct()
{
parent::__construct();
}
}
}
4 changes: 2 additions & 2 deletions src/TLDs/Okinawa.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Okinawa extends TLD
protected $dnssec = false;
protected $ipv6 = true;
protected $ipv4 = true;

protected $refund = true;
protected $refundPeriodAdd = 5;
protected $refundPeriodTransfer = 5;
Expand All @@ -49,4 +49,4 @@ public function __construct()
{
parent::__construct();
}
}
}
4 changes: 2 additions & 2 deletions src/TLDs/Poker.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Poker extends TLD
protected $dnssec = false;
protected $ipv6 = true;
protected $ipv4 = true;

protected $refund = true;
protected $refundPeriodAdd = 5;
protected $refundPeriodTransfer = 5;
Expand All @@ -49,4 +49,4 @@ public function __construct()
{
parent::__construct();
}
}
}
4 changes: 2 additions & 2 deletions src/TLDs/Sch.uk.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Schuk3rdLevel extends TLD
protected $dnssec = false;
protected $ipv6 = true;
protected $ipv4 = true;

protected $refund = false;
protected $refundPeriodAdd = 0;
protected $refundPeriodTransfer = 0;
Expand All @@ -48,4 +48,4 @@ public function __construct()
{
parent::__construct();
}
}
}

0 comments on commit 7ee60af

Please sign in to comment.