Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / ckeditor / tests / src / Functional / CKEditorToolbarButtonTest.php
index e8d0e2d85893475fa14da21f8d2e8390123f1339..c47b67b0b496f170a9e645cb401b9f4730f100ac 100644 (file)
@@ -2,7 +2,6 @@
 
 namespace Drupal\Tests\ckeditor\Functional;
 
-
 use Drupal\filter\Entity\FilterFormat;
 use Drupal\editor\Entity\Editor;
 use Drupal\Tests\BrowserTestBase;
@@ -67,7 +66,7 @@ class CKEditorToolbarButtonTest extends BrowserTestBase {
     $this->drupalGet('admin/config/content/formats/manage/full_html');
 
     // Check if any image button is loaded in CKEditor json.
-    $json_encode = function($html) {
+    $json_encode = function ($html) {
       return trim(Json::encode($html), '"');
     };
     $markup = $json_encode(file_url_transform_relative(file_create_url('core/modules/ckeditor/js/plugins/drupalimage/icons/drupalimage.png')));