Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Form / FormStateDecoratorBaseTest.php
index 351788c6e7a2ac01bca27f437641b5377a6cdf37..de7baa996d7a1f5e4137c99edae36bb146c80bc5 100644 (file)
@@ -1452,7 +1452,7 @@ class FormStateDecoratorBaseTest extends UnitTestCase {
   public function providerPrepareCallback() {
     $function = 'sleep';
     $shorthand_form_method = '::submit()';
-    $closure = function() {};
+    $closure = function () {};
     $static_method_string = __METHOD__;
     $static_method_array = [__CLASS__, __FUNCTION__];
     $object_method_array = [$this, __FUNCTION__];