Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 81192a142bbfde4f0795a6496c62ffc58dec5700 https://github.com/phpmyadmin/phpmyadmin/commit/81192a142bbfde4f0795a6496c62... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-09-09 (Fri, 09 September 2022) -03:00
Changed paths: M libraries/classes/Controllers/Database/RoutinesController.php M libraries/classes/Database/Routines.php M libraries/classes/DatabaseInterface.php M libraries/classes/Dbal/DbalInterface.php M libraries/classes/Server/Privileges.php M phpstan-baseline.neon M psalm-baseline.xml
Log Message: ----------- Move DBI getRoutines method to the Routines class
DatabaseInterface::getRoutines -> Database\Routines::getDetails
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev