fix gitlab tests

This commit is contained in:
root
2026-06-09 02:32:58 -04:00
parent 20a0b6c4e5
commit 6def9993da
1489 changed files with 10449 additions and 11356 deletions
@@ -17,7 +17,7 @@ class BadgePrintStatusRequest extends FormRequest
if (is_string($userIds)) {
$userIds = array_filter(array_map('trim', explode(',', $userIds)), 'strlen');
} elseif (! is_array($userIds)) {
} elseif (!is_array($userIds)) {
$userIds = $userIds ? [$userIds] : [];
}
@@ -40,4 +40,4 @@ class BadgePrintStatusRequest extends FormRequest
{
return $this->input('user_ids', []);
}
}
}