qual: phpstan

htdocs/admin/defaultvalues.php	163	Property CommonObject::$id (int) does not accept array|string.
htdocs/admin/defaultvalues.php	186	Property CommonObject::$id (int) does not accept array|string.
This commit is contained in:
thibdrev 2024-01-19 08:46:08 +01:00 committed by GitHub
parent f3d97a8a13
commit 00d1b26d06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ if (!$user->admin) {
accessforbidden();
}
$id = GETPOST('rowid', 'int');
$id = GETPOSTINT('rowid');
$action = GETPOST('action', 'aZ09');
$optioncss = GETPOST('optionscss', 'alphanohtml');