From 7fe7b049b8ef6784d0b61a8e3dc17474bb454a60 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Mon, 7 Mar 2016 13:43:33 +0000
Subject: [PATCH] Issue #2672512 by Birk, kurund:
 CKEditorPluginConfigurableInterface::settingsForm() docs don't match API
 usage

---
 .../ckeditor/src/CKEditorPluginConfigurableInterface.php      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php b/core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php
index f6d46ce31fc2..c0f7b4628bc3 100644
--- a/core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php
+++ b/core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php
@@ -43,8 +43,8 @@ interface CKEditorPluginConfigurableInterface extends CKEditorPluginInterface {
    * @param \Drupal\editor\Entity\Editor $editor
    *   A configured text editor object.
    *
-   * @return array|FALSE
-   *   A render array for the settings form, or FALSE if there is none.
+   * @return array
+   *   A render array for the settings form.
    */
   public function settingsForm(array $form, FormStateInterface $form_state, Editor $editor);
 
-- 
GitLab