Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / node / src / Plugin / views / filter / Status.php
index 194df7a835ecca783ee71f2b916e375b8b69bf71..bd1fcd309bd6bedd3d5094e27c381b6de3ac6404 100644 (file)
@@ -14,11 +14,13 @@ use Drupal\views\Plugin\views\filter\FilterPluginBase;
  */
 class Status extends FilterPluginBase {
 
-  public function adminSummary() { }
+  public function adminSummary() {}
 
-  protected function operatorForm(&$form, FormStateInterface $form_state) { }
+  protected function operatorForm(&$form, FormStateInterface $form_state) {}
 
-  public function canExpose() { return FALSE; }
+  public function canExpose() {
+    return FALSE;
+  }
 
   public function query() {
     $table = $this->ensureMyTable();