Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / comment / src / CommentStorage.php
index d164d8ad9e9987a3ef286cb9ac1dab1804147007..2bcda91d003b3635bd093eba40c4ce2cf5d44088 100644 (file)
@@ -324,7 +324,7 @@ class CommentStorage extends SqlContentEntityStorage implements CommentStorageIn
    * {@inheritdoc}
    */
   public function getUnapprovedCount() {
-    return  $this->database->select('comment_field_data', 'c')
+    return $this->database->select('comment_field_data', 'c')
       ->condition('status', CommentInterface::NOT_PUBLISHED, '=')
       ->condition('default_langcode', 1)
       ->countQuery()