This commit is contained in:
Roland Gruber 2025-07-11 07:26:39 +02:00
parent 3781f0dde0
commit c608300f02
2 changed files with 2 additions and 1 deletions

View file

@ -111,7 +111,7 @@ printContent($message);
* @param htmlStatusMessage|null $message status message * @param htmlStatusMessage|null $message status message
* @param bool $showPasswordInputs show password input fields * @param bool $showPasswordInputs show password input fields
*/ */
function printContent(htmlStatusMessage $message = null, bool $showPasswordInputs = true): void { function printContent(?htmlStatusMessage $message = null, bool $showPasswordInputs = true): void {
echo ' echo '
<!DOCTYPE html> <!DOCTYPE html>
<html><head> <html><head>

View file

@ -8,6 +8,7 @@ parameters:
- lam/templates - lam/templates
fileExtensions: fileExtensions:
- php - php
- lib
excludePaths: excludePaths:
analyseAndScan: analyseAndScan:
- */3rdParty/* - */3rdParty/*