Skip to content

Commit 27e564d

Browse files
authored
Merge pull request #193 from maxmind/horgh/lint
Remove unnecessary PHPStan directive
2 parents a3048d0 + a8587db commit 27e564d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Record/AbstractPlaceRecord.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ private function name(): ?string
5757
private function firstSetNameLocale(): ?string
5858
{
5959
foreach ($this->locales as $locale) {
60-
// @phpstan-ignore-next-line
6160
if (isset($this->names[$locale])) {
6261
return $locale;
6362
}

0 commit comments

Comments
 (0)