We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c047e commit 96cce8aCopy full SHA for 96cce8a
1 file changed
src/PelEntryShort.php
@@ -360,7 +360,6 @@ public function getText(bool $brief = false): string
360
}
361
if (array_key_exists($this->tag, self::PEL_TAG_TRANSLATIONS)) {
362
if (array_key_exists($this->value[0], self::PEL_TAG_TRANSLATIONS[$this->tag])) {
363
- // @phpstan-ignore offsetAccess.notFound
364
return Pel::tra(self::PEL_TAG_TRANSLATIONS[$this->tag][$this->value[0]]);
365
366
return (string) $this->value[0];
0 commit comments