Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / src / Tests / Ajax / CommandsTest.php
index 6970cc30df89537aeef380bdeba6459ffe4c0818..6ae97ae1341aad9dcf403595bbadced297d25632 100644 (file)
@@ -124,7 +124,7 @@ class CommandsTest extends AjaxTestBase {
    * Regression test: Settings command exists regardless of JS aggregation.
    */
   public function testAttachedSettings() {
-    $assert = function($message) {
+    $assert = function ($message) {
       $response = new AjaxResponse();
       $response->setAttachments([
         'library' => ['core/drupalSettings'],