Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / editor / tests / src / Kernel / QuickEditIntegrationTest.php
index 276f55922557a0648f3046319d5479e7611f2f75..1801cc84822f22599a9c65b1220a11487c016940 100644 (file)
@@ -38,7 +38,7 @@ class QuickEditIntegrationTest extends QuickEditTestBase {
   /**
    * The metadata generator object to be tested.
    *
-   * @var \Drupal\quickedit\MetadataGeneratorInterface.php
+   * @var \Drupal\quickedit\MetadataGeneratorInterface
    */
   protected $metadataGenerator;
 
@@ -221,7 +221,7 @@ class QuickEditIntegrationTest extends QuickEditTestBase {
       [
         'command' => 'editorGetUntransformedText',
         'data' => 'Test',
-      ]
+      ],
     ];
 
     $ajax_response_attachments_processor = \Drupal::service('ajax_response.attachments_processor');