mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Avoid implicit creation of array
This commit is contained in:
parent
4b989fe25c
commit
cd7b91dd98
@ -85,6 +85,7 @@ class LoadAndUpdateLanguagesCommand extends Command
|
||||
{
|
||||
$em = $this->entityManager;
|
||||
$chillAvailableLanguages = $this->availableLanguages;
|
||||
$languages = [];
|
||||
|
||||
foreach ($chillAvailableLanguages as $avLang) {
|
||||
$languages[$avLang] = \Symfony\Component\Intl\Languages::getNames();
|
||||
|
Loading…
x
Reference in New Issue
Block a user