Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views / src / Plugin / views / filter / GroupByNumeric.php
index 4934e6e7a919961c0f6bec4c5682960d255a8bfe..577b2dfde4f15420f3fffb7f9e72ebb4c94cac3e 100644 (file)
@@ -52,6 +52,8 @@ class GroupByNumeric extends NumericFilter {
     return $this->getField(parent::adminLabel($short));
   }
 
-  public function canGroup() { return FALSE; }
+  public function canGroup() {
+    return FALSE;
+  }
 
 }