
28 Jan
2022
28 Jan
'22
6:53 p.m.
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 87f8ece01d72515349fa11012527de233656e7b7 https://github.com/phpmyadmin/phpmyadmin/commit/87f8ece01d72515349fa11012527... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2022-01-28 (Fri, 01 January 2022) -03:00 Changed paths: M libraries/classes/Controllers/Database/AbstractController.php M libraries/classes/Controllers/Table/AbstractController.php M libraries/classes/Error.php M psalm-baseline.xml Log Message: ----------- Deprecate the db and table properties from controllers The database and table parameters should be got from the server request or from the respective globals. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>