Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / user / src / Plugin / views / argument / Uid.php
index 77fac07322f35ca9d420e56a68aa71e1916c8cb5..5efbecd531eb08c08d7bd5910dc8beb93a233fa0 100644 (file)
@@ -51,10 +51,10 @@ class Uid extends NumericArgument {
    * Override the behavior of title(). Get the name of the user.
    *
    * @return array
-   *    A list of usernames.
+   *   A list of usernames.
    */
   public function titleQuery() {
-    return array_map(function($account) {
+    return array_map(function ($account) {
       return $account->label();
     }, $this->storage->loadMultiple($this->value));
   }