@@ -92,7 +92,7 @@ |
||
92 | 92 | } |
93 | 93 | |
94 | 94 | // Remove any item that is not an array (means, the stored uid is not available anymore) |
95 | - $mostRecentUsers = array_filter($mostRecentUsers, static function ($record) { |
|
95 | + $mostRecentUsers = array_filter($mostRecentUsers, static function($record) { |
|
96 | 96 | return is_array($record); |
97 | 97 | }); |
98 | 98 |