Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / ckeditor / src / Plugin / Editor / CKEditor.php
index 49ab1b30dd3b4b26d86263d24998a878a967d331..a6d6fb5647e320b8ab4c9e85e3161128f5561d6a 100644 (file)
@@ -58,7 +58,7 @@ class CKEditor extends EditorBase implements ContainerFactoryPluginInterface {
   protected $renderer;
 
   /**
-   * Constructs a Drupal\Component\Plugin\PluginBase object.
+   * Constructs a \Drupal\ckeditor\Plugin\Editor\CKEditor object.
    *
    * @param array $configuration
    *   A configuration array containing information about the plugin instance.
@@ -210,8 +210,8 @@ class CKEditor extends EditorBase implements ContainerFactoryPluginInterface {
              0 => [
                'name' => 'All existing buttons',
                'items' => $all_buttons,
-             ]
-           ]
+             ],
+           ],
          ],
         ],
         'plugins' => $settings['plugins'],