Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views / src / Plugin / views / relationship / GroupwiseMax.php
index 1db8da7f72c70b3fef9302240ec435dcb6c49d0a..34e1b086ec4c8256b9dd12c5b5622b5bf85dd1a2 100644 (file)
@@ -115,7 +115,6 @@ class GroupwiseMax extends RelationshipPluginBase {
       '#default_value' => $this->options['subquery_namespace'],
     ];
 
-
     // WIP: This stuff doesn't work yet: namespacing issues.
     // A list of suitable views to pick one as the subview.
     $views = ['' => '- None -'];
@@ -178,7 +177,7 @@ class GroupwiseMax extends RelationshipPluginBase {
    *    - subquery_order: either ASC or DESC.
    *
    * @return string
-   *    The subquery SQL string, ready for use in the main query.
+   *   The subquery SQL string, ready for use in the main query.
    */
   protected function leftQuery($options) {
     // Either load another view, or create one on the fly.