refactoring

This commit is contained in:
Roland Gruber 2025-07-17 07:59:28 +02:00
parent 68a26ab851
commit 65e61f8f9d
10 changed files with 109 additions and 97 deletions

View file

@ -3634,8 +3634,8 @@ class htmlSortableList extends htmlElement {
/**
* Constructor.
*
* @param string[] $elements list of elements as text (HTML special chars must be escaped already) or htmlElement
* @param string HTML ID
* @param string[]|htmlElement[] $elements list of elements as text (HTML special chars must be escaped already) or htmlElement
* @param string $id HTML ID
*/
function __construct(array $elements, string $id) {
$this->elements = $elements;