Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / action / src / Plugin / Action / GotoAction.php
index 44e871b92a96fcecb2e3b7e96545559bfcba7f7d..13a9a0d404d07ff65911954306a177f853262095 100644 (file)
@@ -92,7 +92,7 @@ class GotoAction extends ConfigurableActionBase implements ContainerFactoryPlugi
       $url = $this->unroutedUrlAssembler->assemble($uri, $options);
     }
     $response = new RedirectResponse($url);
-    $listener = function($event) use ($response) {
+    $listener = function ($event) use ($response) {
       $event->setResponse($response);
     };
     // Add the listener to the event dispatcher.