Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / ckeditor / tests / src / Functional / CKEditorAdminTest.php
index ce3411c30e1e04a7239973a890cc94900f196ed7..1ec222746e3fa9d5133f66323b8663bd65f07d4a 100644 (file)
@@ -179,7 +179,7 @@ class CKEditorAdminTest extends BrowserTestBase {
     // JavaScript's drupalSettings, and Unicode-escaped) is correctly rendered.
     $this->drupalGet('admin/config/content/formats/manage/filtered_html');
     // Create function to encode HTML as we expect it in drupalSettings.
-    $json_encode = function($html) {
+    $json_encode = function ($html) {
       return trim(Json::encode($html), '"');
     };
     // Check the Button separator.