Skip to content

Commit a8587db

Browse files
committed
Remove unnecessary directive
PHPStan 1.6.3 is saying "No error to ignore is reported on line 61."
1 parent a3048d0 commit a8587db

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)