Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 219a665c8fa88676b3a5a11257bfee6a47202530 https://github.com/phpmyadmin/phpmyadmin/commit/219a665c8fa88676b3a5a11257bf... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-11-19 (Sat, 11 November 2022) -03:00
Changed paths: M libraries/classes/DatabaseInterface.php M phpstan-baseline.neon M psalm-baseline.xml
Log Message: ----------- Improve type of DatabaseInterface::getCurrentUserGrants()
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: ca489f3b41006933461b2519f8b88c9aea2b367e https://github.com/phpmyadmin/phpmyadmin/commit/ca489f3b41006933461b2519f8b8... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-11-19 (Sat, 11 November 2022) -03:00
Changed paths: M libraries/classes/Controllers/Database/OperationsController.php M libraries/classes/Controllers/Database/PrivilegesController.php M libraries/classes/Controllers/Server/Databases/CreateController.php M libraries/classes/Controllers/Table/CreateController.php M libraries/classes/Controllers/Table/OperationsController.php M libraries/classes/Controllers/Table/PrivilegesController.php M libraries/classes/DatabaseInterface.php M libraries/classes/Dbal/DbalInterface.php M libraries/classes/Operations.php M libraries/classes/Table.php M libraries/classes/Util.php M psalm-baseline.xml M test/classes/Controllers/Database/PrivilegesControllerTest.php M test/classes/Controllers/Export/ExportControllerTest.php M test/classes/Controllers/NavigationControllerTest.php M test/classes/Controllers/Table/OperationsControllerTest.php M test/classes/Database/Designer/CommonTest.php M test/classes/DatabaseInterfaceTest.php M test/classes/ExportTest.php M test/classes/Stubs/DbiDummy.php M test/classes/UtilTest.php
Log Message: ----------- Improve type of DatabaseInterface::getLowerCaseNames()
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev