Skip to content

Commit cee7e2a

Browse files
committed
Fixed phpstan issues
1 parent 2a6e543 commit cee7e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Form/Settings/TypeSynonymRowType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ private function buildLocaleChoices(bool $returnPossible = false): array
139139
*/
140140
private function getPreferredLocales(): array
141141
{
142-
$fromSettings = $this->localizationSettings->languageMenuEntries ?? [];
142+
$fromSettings = $this->localizationSettings->languageMenuEntries;
143143
return !empty($fromSettings) ? array_values($fromSettings) : array_values($this->preferredLanguagesParam);
144144
}
145145

0 commit comments

Comments
 (0)