Fix some PHP8 depreciation

This commit is contained in:
Noizette 2023-04-14 19:48:07 +02:00
parent 8a10dcfab3
commit afedc83193
5 changed files with 45 additions and 40 deletions

View file

@ -13,8 +13,8 @@ use stdClass;
$db = DB::getInstance();
$step = $radio = false;
$liste = [];
$step = false;
$radio = $liste = [];
$designations = [];
$prix = [];