We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3048d0 + a8587db commit 27e564dCopy full SHA for 27e564d
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