Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / user / src / Tests / Views / HandlerFilterUserNameTest.php
index c4f70656c82f5fb018697ba612c7265bdacc08ae..4f7d4cdb310e3a7e9d3b0772c897e8812d32c8c6 100644 (file)
@@ -169,7 +169,7 @@ class HandlerFilterUserNameTest extends ViewTestBase {
     }
 
     // Pass in just valid user IDs in the entity_autocomplete target_id format.
-    $options['query']['uid'] = array_map(function($account) {
+    $options['query']['uid'] = array_map(function ($account) {
       return ['target_id' => $account->id()];
     }, $this->accounts);