Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views / src / Plugin / views / area / AreaPluginBase.php
index 813e4306c0987ee4a43b1547eac260b147789998..476a808cd1337852136f63bbb0b1dd26b4d61221 100644 (file)
@@ -107,7 +107,7 @@ abstract class AreaPluginBase extends HandlerBase {
    * @return array
    *   In any case we need a valid Drupal render array to return.
    */
-  public abstract function render($empty = FALSE);
+  abstract public function render($empty = FALSE);
 
   /**
    * Does that area have nothing to show.