Skip to content

Commit ef04d03

Browse files
jbelienStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 8f4b33c commit ef04d03

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Geo6.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ private static function extractComponents(array $components, string $language) :
399399
break;
400400
}
401401
}
402-
} else if ($language === 'de') {
402+
} elseif ($language === 'de') {
403403
foreach ($components as $component) {
404404
switch ($component->type) {
405405
case 'country':

Tests/Geo6Test.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ public function testGeocodeQueryUrbISLocaleFR()
167167
$this->assertEquals('be', $result->getCountry()->getCode());
168168
}
169169

170-
171170
public function testGeocodeQueryWithData()
172171
{
173172
if (!isset($_SERVER['GEO6_CUSTOMER_ID']) || !isset($_SERVER['GEO6_API_KEY'])) {

0 commit comments

Comments
 (0)