Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Form / FormStateTest.php
index 40179044df4e76a9afcb109ba4907265c33a8c70..23579a12a9b81e4dbeb14e9eb461274f8dd0b0a1 100644 (file)
@@ -439,7 +439,7 @@ class PrepareCallbackTestForm implements FormInterface {
   }
 
   public function buildForm(array $form, FormStateInterface $form_state) {}
-  public function validateForm(array &$form, FormStateInterface $form_state) { }
-  public function submitForm(array &$form, FormStateInterface $form_state) { }
+  public function validateForm(array &$form, FormStateInterface $form_state) {}
+  public function submitForm(array &$form, FormStateInterface $form_state) {}
 
 }