Passed
Push — master ( e9dfe5...fa6a28 )
by MusikAnimal
05:21
created
src/Xtools/UserRightsRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
      */
111 111
     public function getRightsNames(Project $project, $rights, $lang)
112 112
     {
113
-        $rightsPaths = array_map(function ($right) {
113
+        $rightsPaths = array_map(function($right) {
114 114
             return "Group-$right-member";
115 115
         }, $rights);
116 116
 
Please login to merge, or discard this patch.