Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / src / Plugin / views / filter / GroupByNumeric.php
index 577b2dfde4f15420f3fffb7f9e72ebb4c94cac3e..d68970bd5a2953f6c2d00ce577d2a560e61bfe9b 100644 (file)
@@ -20,6 +20,7 @@ class GroupByNumeric extends NumericFilter {
       $this->{$info[$this->operator]['method']}($field);
     }
   }
+
   protected function opBetween($field) {
     $placeholder_min = $this->placeholder();
     $placeholder_max = $this->placeholder();