Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / locale / tests / src / Functional / LocaleImportFunctionalTest.php
index e3a2c2612e2bf5a4ff989d092cd884fb60516fcd..581c98fbab1e47e03956e440bd0ccad7aaf47b11 100644 (file)
@@ -341,7 +341,8 @@ class LocaleImportFunctionalTest extends BrowserTestBase {
 
     // Import a .po file to translate.
     $this->importPoFile($this->getPoFileWithConfigDe(), [
-      'langcode' => $langcode]);
+      'langcode' => $langcode,
+    ]);
 
     // Check that the 'Anonymous' string is translated.
     $config = \Drupal::languageManager()->getLanguageConfigOverride($langcode, 'user.settings');