phpstan level 1 errors reduction

This commit is contained in:
marko
2025-11-20 20:02:26 +01:00
parent f28fa7b51b
commit 275b6481cc
40 changed files with 223 additions and 152 deletions

View File

@@ -1,4 +1,6 @@
<?php
/** @var array $CONFIG basic configurations (defined via bootstraping) */
/** @var array $SECRETS passwords and other stuff worth of protection (defined via bootstraping) */
require_once "bootstrap.php";
// libraries
@@ -143,7 +145,7 @@ function withdrawUsersAttribute($anUserId, $anAttributeId, $limit = null)
print "Error!: " .
$db_error->getMessage() .
"<br/>queryString: " .
$queryString .
($queryString ?? "<invalid>") .
"<br />";
var_dump($bindArray);
}