Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views / src / Plugin / views / area / HTTPStatusCode.php
index 6cf6ba2241974a980a670dd3951fa980e7072a4c..5d3f42adf2a45c3b055b4b6f90d6971a28b1d9ec 100644 (file)
@@ -42,7 +42,7 @@ class HTTPStatusCode extends AreaPluginBase {
     ] + $options;
 
     // Add the HTTP status code, so it's easier for people to find it.
-    array_walk($options, function($title, $code) use(&$options) {
+    array_walk($options, function ($title, $code) use (&$options) {
       $options[$code] = $this->t('@code (@title)', ['@code' => $code, '@title' => $title]);
     });