Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 582809d589b67255395bd6d8658d7f8467e1eb25 https://github.com/phpmyadmin/phpmyadmin/commit/582809d589b67255395bd6d8658d... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-11-15 (Wed, 11 November 2023) -03:00
Changed paths: A src/Table/Table.php A test/classes/Table/TableTest.php M phpstan-baseline.neon M psalm-baseline.xml M src/ConfigStorage/Relation.php M src/Controllers/Database/Structure/CopyTableController.php M src/Controllers/Database/Structure/CopyTableWithPrefixController.php M src/Controllers/Database/Structure/EmptyTableController.php M src/Controllers/Sql/ColumnPreferencesController.php M src/Controllers/Table/RelationController.php M src/Controllers/Table/ReplaceController.php M src/Controllers/Table/Structure/MoveColumnsController.php M src/Controllers/Table/Structure/PartitioningController.php M src/Controllers/Table/Structure/SaveController.php M src/Controllers/Table/StructureController.php M src/CreateAddField.php M src/Database/Designer/Common.php M src/DatabaseInterface.php M src/Dbal/DbalInterface.php M src/Display/Results.php M src/Export/Export.php M src/Export/Options.php M src/Import/Import.php M src/Operations.php M src/Partitioning/Maintenance.php M src/Sql.php M src/Table/ColumnsDefinition.php M src/Twig/TableExtension.php M test/classes/Controllers/Database/StructureControllerTest.php M test/classes/Controllers/Table/IndexesControllerTest.php M test/classes/Controllers/Table/RelationControllerTest.php M test/classes/InsertEditTest.php M test/classes/Plugins/Export/ExportSqlTest.php M test/classes/Plugins/Export/ExportXmlTest.php M test/classes/Table/IndexesTest.php D src/Table.php D test/classes/TableTest.php
Log Message: ----------- Move Table class into Table namespace
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev