Passed
Push — master ( da9c6d...70f855 )
by
unknown
17:46
created
typo3/sysext/backend/Classes/Backend/ToolbarItems/UserToolbarItem.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.