Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien authored and StyleCIBot committed Jan 16, 2019
1 parent 8f4b33c commit ef04d03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Geo6.php
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ private static function extractComponents(array $components, string $language) :
break;
}
}
} else if ($language === 'de') {
} elseif ($language === 'de') {
foreach ($components as $component) {
switch ($component->type) {
case 'country':
Expand Down
1 change: 0 additions & 1 deletion Tests/Geo6Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ public function testGeocodeQueryUrbISLocaleFR()
$this->assertEquals('be', $result->getCountry()->getCode());
}


public function testGeocodeQueryWithData()
{
if (!isset($_SERVER['GEO6_CUSTOMER_ID']) || !isset($_SERVER['GEO6_API_KEY'])) {
Expand Down

0 comments on commit ef04d03

Please sign in to comment.