Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / comment / src / Plugin / migrate / source / d6 / CommentVariablePerCommentType.php
index 03e95657e7c9fb55506d0cf43691c3ccab2e0406..7534df3183c81a7ad85a4d068496272f7a3663cd 100644 (file)
@@ -31,7 +31,7 @@ class CommentVariablePerCommentType extends CommentVariable {
         $return['comment'] = [
           'comment_type' => 'comment',
           'label' => $this->t('Default comments'),
-          'description' => $this->t('Allows commenting on content')
+          'description' => $this->t('Allows commenting on content'),
         ];
       }
       else {
@@ -39,7 +39,7 @@ class CommentVariablePerCommentType extends CommentVariable {
         $return['comment_no_subject'] = [
           'comment_type' => 'comment_no_subject',
           'label' => $this->t('Comments without subject field'),
-          'description' => $this->t('Allows commenting on content, comments without subject field')
+          'description' => $this->t('Allows commenting on content, comments without subject field'),
         ];
       }
     }