We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3048d0 commit a8587dbCopy full SHA for a8587db
1 file changed
src/Record/AbstractPlaceRecord.php
@@ -57,7 +57,6 @@ private function name(): ?string
57
private function firstSetNameLocale(): ?string
58
{
59
foreach ($this->locales as $locale) {
60
- // @phpstan-ignore-next-line
61
if (isset($this->names[$locale])) {
62
return $locale;
63
}
0 commit comments