Completed
Push — master ( d49909...0d57e9 )
by Mathias
13:57
created
module/Applications/src/Entity/InternalReferences.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
             'userId' => ($user = $job->getUser()) ? $user->getId() : null,
42 42
         );
43 43
         $managers = array_filter(array_unique(array_map(
44
-            function ($x) {
44
+            function($x) {
45 45
                 return $x['id'] ?? false;
46 46
             },
47 47
             $job->getMetaData('organizations:managers', [])
Please login to merge, or discard this patch.