Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / config / tests / config_override_test / src / ConfigOverriderLowPriority.php
index b8109db6826f826bb270ab27920618ba45079df9..1156b00f22b9ed41edae71c9e2503da11b15afb9 100644 (file)
@@ -18,13 +18,13 @@ class ConfigOverriderLowPriority implements ConfigFactoryOverrideInterface {
     $overrides = [];
     if (!empty($GLOBALS['config_test_run_module_overrides'])) {
       if (in_array('system.site', $names)) {
-        $overrides = ['system.site' =>
-          [
+        $overrides = [
+          'system.site' => [
             'name' => 'Should not apply because of higher priority listener',
             // This override should apply because it is not overridden by the
             // higher priority listener.
             'slogan' => 'Yay for overrides!',
-          ]
+          ],
         ];
       }
     }