3365312-phpcs fixing
4 unresolved threads
4 unresolved threads
Closes #3365312
Merge request reports
Activity
15 15 16 16 var breadcrumbWidth = 0; 17 17 $bcBlock.find('ol > li').each(function (index, elem) { 18 breadcrumbWidth += $(elem).outerWidth(true); 18 breadcrumbWidth += $(elem).outerWidth(TRUE); changed this line in version 3 of the diff
12 12 ], 13 13 resolver(base) { 14 14 const [type, name] = base.split('-'); 15 if (!type || !name) return null; 15 if (!type || !name) { return NULL; 16 } changed this line in version 3 of the diff
25 26 } 26 27 /* eslint-disable-next-line no-restricted-syntax */ 27 28 for (const candidatePath of candidatePaths) { 28 const path = `${candidatePath}/${name}`; 29 const path = `${candidatePath} / ${name}`; changed this line in version 3 of the diff
Please register or sign in to reply