diff --git a/core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php b/core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php index f6d46ce31fc22c6d121f72cfdd0908529d097674..c0f7b4628bc36dec237df42414d13841f41dfd07 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);