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 / StringFilter.php
index f6b7e248223d4e4347bf3102c443bf4ccbabfb32..f744519272a3f10517e5f8c9d40385067c04acce 100644 (file)
@@ -257,7 +257,7 @@ class StringFilter extends FilterPluginBase {
       // Ensure there is something in the 'value'.
       $form['value'] = [
         '#type' => 'value',
-        '#value' => NULL
+        '#value' => NULL,
       ];
     }
   }