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 / NumericFilter.php
index cdfbb06bb318d1122b4fb360c95d6c1afd684153..d2a6ab099718f7d699924f56dfb0a9d3a50cc79f 100644 (file)
@@ -190,6 +190,7 @@ class NumericFilter extends FilterPluginBase {
 
     return $options;
   }
+
   /**
    * Provide a simple textfield for equality
    */
@@ -299,7 +300,7 @@ class NumericFilter extends FilterPluginBase {
         // Ensure there is something in the 'value'.
         $form['value'] = [
           '#type' => 'value',
-          '#value' => NULL
+          '#value' => NULL,
         ];
       }
     }