Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 55a6f09ce8e22d8a1ae9d4498cb0974c5269cd88 https://github.com/phpmyadmin/phpmyadmin/commit/55a6f09ce8e22d8a1ae9d4498cb0... Author: Kamil Tekiela tekiela246@gmail.com Date: 2023-01-26 (Thu, 01 January 2023) -03:00
Changed paths: M libraries/classes/Controllers/Server/PrivilegesController.php M libraries/classes/Controllers/UserPasswordController.php M libraries/classes/Server/Privileges.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/Server/PrivilegesTest.php
Log Message: ----------- Server privileges controller globals removal (#17986)
* $GLOBALS['url_dbname'] * $GLOBALS['grants'], $GLOBALS['one_grant'] * $GLOBALS['export'] * $GLOBALS['title'] * $GLOBALS['itemType'] * $GLOBALS['_add_user_error'] * $GLOBALS['queries_for_display'] * $GLOBALS['ret_queries'] * $GLOBALS['ret_message'] * $GLOBALS['queries'] * Remove redundant code * $GLOBALS['password'] * $GLOBALS['dbname_is_wildcard'] * $GLOBALS['db_and_table'] * $GLOBALS['routinename'] * $GLOBALS['tablename'] * $GLOBALS['post_patterns'] * Update psalm-baseline.xml
Signed-off-by: Kamil Tekiela tekiela246@gmail.com