mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 17:59:21 +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 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>
|
||||||
|
|
|
@ -8,6 +8,7 @@ parameters:
|
||||||
- lam/templates
|
- lam/templates
|
||||||
fileExtensions:
|
fileExtensions:
|
||||||
- php
|
- php
|
||||||
|
- lib
|
||||||
excludePaths:
|
excludePaths:
|
||||||
analyseAndScan:
|
analyseAndScan:
|
||||||
- */3rdParty/*
|
- */3rdParty/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue