Passed
Push — master ( f179a5...b52f67 )
by
unknown
20:41 queued 07:39
created
typo3/sysext/beuser/Classes/Controller/BackendUserGroupController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
                 'route' => $this->getRequest()->getAttribute('route')->getPath(),
77 77
                 'action' => $this->request->getControllerActionName(),
78 78
                 'controller' => $this->request->getControllerName(),
79
-                'compareGroupUidList' => array_map(static function ($value) { // uid as key and force value to 1
79
+                'compareGroupUidList' => array_map(static function($value) { // uid as key and force value to 1
80 80
                     return 1;
81 81
                 }, array_flip($compareGroupUidList)),
82 82
                 'compareGroupList' => !empty($compareGroupUidList) ? $this->backendUserGroupRepository->findByUidList($compareGroupUidList) : [],
Please login to merge, or discard this patch.