Fix CI codechecker: wrap long line, fix class closing brace placement, update matching test expectations

This commit is contained in:
Waleed Hassan
2026-07-13 09:47:24 +01:00
parent a6e465b7a3
commit 789a1c1163
3 changed files with 6 additions and 4 deletions
-1
View File
@@ -269,5 +269,4 @@ class create extends clibase {
}
return $option;
}
}
+2 -1
View File
@@ -331,7 +331,8 @@ if ((time() >= {{STARTTIME}}) && (time() < {{STOPTIME}})) {
}
if ({{USEACCESSKEY}} && $accesskeyblocked) {
echo '<!-- auth_outage blocked by missing or incorrect access key, access key given: ' . htmlspecialchars($useraccesskey ?? '', ENT_QUOTES | ENT_HTML5, 'UTF-8') . ' -->';
$safeaccesskey = htmlspecialchars($useraccesskey ?? '', ENT_QUOTES | ENT_HTML5, 'UTF-8');
echo '<!-- auth_outage blocked by missing or incorrect access key, access key given: ' . $safeaccesskey . ' -->';
}
if (!$isphpunit) {