Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views / src / Plugin / views / exposed_form / ExposedFormPluginBase.php
index fffe084c7252afb353b8c3d71c1474f2bf7fb70d..13d6b1122cef6072158fa3973c0cdb9a75db5df9 100644 (file)
@@ -179,22 +179,22 @@ abstract class ExposedFormPluginBase extends PluginBase implements CacheableDepe
   /**
    * {@inheritdoc}
    */
-  public function preRender($values) { }
+  public function preRender($values) {}
 
   /**
    * {@inheritdoc}
    */
-  public function postRender(&$output) { }
+  public function postRender(&$output) {}
 
   /**
    * {@inheritdoc}
    */
-  public function preExecute() { }
+  public function preExecute() {}
 
   /**
    * {@inheritdoc}
    */
-  public function postExecute() { }
+  public function postExecute() {}
 
   /**
    * {@inheritdoc}