mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +02:00
#422 PHPStan
This commit is contained in:
parent
3781f0dde0
commit
c608300f02
2 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,7 @@ printContent($message);
|
|||
* @param htmlStatusMessage|null $message status message
|
||||
* @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 '
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
|
|
|
@ -8,6 +8,7 @@ parameters:
|
|||
- lam/templates
|
||||
fileExtensions:
|
||||
- php
|
||||
- lib
|
||||
excludePaths:
|
||||
analyseAndScan:
|
||||
- */3rdParty/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue