Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / page_cache / tests / modules / src / Form / TestForm.php
index 7b60343b74d9d668a77e152a839488b08b28c8c3..b712ca0c082b4b645b3ddd8d8f642bf238e1d713 100644 (file)
@@ -25,6 +25,6 @@ class TestForm extends FormBase {
   /**
    * {@inheritdoc}
    */
-  public function submitForm(array &$form, FormStateInterface $form_state) { }
+  public function submitForm(array &$form, FormStateInterface $form_state) {}
 
 }