open "./phpmyadmin/js/messages.php" and add:
declare(strict_types=1); //line 3... error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); // <--add this
do the same with "/phpmyadmin/config.inc.php"