[Core] lint

This commit is contained in:
Florent VIOLLEAU 2024-12-08 23:23:32 +01:00
parent 9c009d2f15
commit 60874b093a

View File

@ -268,7 +268,8 @@ final class BridgeCard
}
}
$list = sprintf('<input %s id="input-%s" name="%s" type="text" list="options-%s" onmousedown="
$list = sprintf(
'<input %s id="input-%s" name="%s" type="text" list="options-%s" onmousedown="
const id = \'%s\';
const inputElement = document.getElementById(\'input-\' + id);
const errorElement = document.getElementById(\'error-\' + id);