phpcs fixes

This commit is contained in:
Dennis Eichhorn 2020-05-06 21:28:23 +02:00
parent 4a5d647bca
commit dd4728e880

View File

@ -1069,7 +1069,7 @@ export class Form
length = values.length;
for (let i = 0; i < length; ++i) {
const matches = document.getElementById(formId).querySelectorAll('[data-tpl-value="' + values[i].getAttribute('data-tpl-value') + '"');
const path = values[i].hasAttribute('data-tpl-value-path') ? values[i].getAttribute('data-tpl-value-path') : null;
const path = values[i].hasAttribute('data-tpl-value-path') ? values[i].getAttribute('data-tpl-value-path') : null;
const matchLength = matches.length;
for (let c = 0; c < matchLength; ++c) {