
6 Aug
2023
6 Aug
'23
6:18 p.m.
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: f570bf64bf597c271b48eb0bc56504eac8cbf3ec https://github.com/phpmyadmin/phpmyadmin/commit/f570bf64bf597c271b48eb0bc565... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2023-08-06 (Sun, 08 August 2023) -03:00 Changed paths: M libraries/classes/Controllers/Table/IndexRenameController.php M libraries/classes/Controllers/Table/IndexesController.php M libraries/classes/Table/Indexes.php M phpstan-baseline.neon M test/classes/Table/IndexesTest.php Log Message: ----------- Pass ServerRequest object to Indexes::doSaveData() method This removes the need to call Application::getRequest(). Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>