Passed
Push — feature/response-home-message ( 8fa134...20069e )
by Tristan
03:51
created
app/Http/Controllers/Api/UserController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
                 $ids = explode(',', $ids);
48 48
                 if ($ids) {
49 49
                     array_map(function ($v) {
50
-                        return (int) $v;
50
+                        return (int)$v;
51 51
                     }, $ids);
52 52
                     $users = User::whereIn('id', $ids)->with(['applicant', 'manager', 'hr_advisor'])->get();
53 53
                 }
Please login to merge, or discard this patch.