Skip to content

Commit

Permalink
Merge pull request neos#3369 from robertlemke/task/branch-adjustments
Browse files Browse the repository at this point in the history
TASK: Add missing type declaration from Flow 8.3
  • Loading branch information
robertlemke authored Jun 19, 2024
2 parents 3c70f86 + 8ef4cd3 commit c6aa77d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ protected function renderOptionTag(mixed $value, string $label)
$output .= ' selected="selected"';
}

$output .= '>' . htmlspecialchars($label) . '</option>';
$output .= '>' . htmlspecialchars((string)$label) . '</option>';

return $output;
}
Expand Down

0 comments on commit c6aa77d

Please sign in to comment.