An error occurred while fetching the assigned milestone of the selected merge_request.
Add failing test
Compare changes
Files
2
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 32
− 11
@@ -123,25 +123,46 @@ public function validate($items, Constraint $constraint): void {
@@ -123,25 +123,46 @@ public function validate($items, Constraint $constraint): void {
$intersect_map = array_map(fn (string $x) => in_array(strtolower($x), $lowercase_comp_values, TRUE) ? $x : NULL, $orig_values);