From 661e8bd3aa1b7169ad9475a32cc234ab495ed09f Mon Sep 17 00:00:00 2001 From: Kevin Quillen <kevinquillen@gmail.com> Date: Fri, 16 Sep 2016 15:57:59 -0400 Subject: [PATCH] Updating comment for clarity. --- src/Plugin/CKEditorPlugin/CodeSnippet.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Plugin/CKEditorPlugin/CodeSnippet.php b/src/Plugin/CKEditorPlugin/CodeSnippet.php index b35e071..21e1cc4 100644 --- a/src/Plugin/CKEditorPlugin/CodeSnippet.php +++ b/src/Plugin/CKEditorPlugin/CodeSnippet.php @@ -108,7 +108,9 @@ class CodeSnippet extends CKEditorPluginBase implements CKEditorPluginConfigurab } /** - * Return the default style. + * Return the default style if one is not set in active config - which will be + * the first one in the list of styles returned from getStyles(). + * * @return string */ private function getDefaultStyle() { -- GitLab