Skip to content

Commit a0dd2a1

Browse files
committed
fix phpstan issue
1 parent cef87df commit a0dd2a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ISO3166Test.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ public function testListBy(): void
249249
public function testCountryNameCompare(): void
250250
{
251251
$country = (new ISO3166)->name('CÔTE D\'IVOIRE');
252-
$this->assertEquals('CIV', $country['alpha3']);
252+
253+
static::assertEquals('CIV', $country['alpha3']);
253254
}
254255
}

0 commit comments

Comments
 (0)