Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: a84cae6c2d5feb725cb174842a4b2189bafeba67 https://github.com/phpmyadmin/phpmyadmin/commit/a84cae6c2d5feb725cb174842a4b2189bafeba67 Author: Kamil Tekiela <[email protected]> Date: 2022-12-14 (Wed, 12 December 2022) -03:00
Changed paths: M libraries/classes/Plugins/Export/ExportSql.php M libraries/classes/Plugins/ExportPlugin.php M libraries/classes/Table.php M libraries/classes/Tracker.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/Plugins/Export/ExportSqlTest.php Log Message: ----------- Refactor ExportSql - part 1 (#17955) * Add getTableStatus method Signed-off-by: Kamil Tekiela <[email protected]> * Remove unused $errorUrl parameter Signed-off-by: Kamil Tekiela <[email protected]> * Remove unused parameter $table Signed-off-by: Kamil Tekiela <[email protected]> * Add string return types Signed-off-by: Kamil Tekiela <[email protected]> * Refactor exportUseStatement Signed-off-by: Kamil Tekiela <[email protected]> * Specify param types for exportConfigurationMetadata Signed-off-by: Kamil Tekiela <[email protected]> * param types for getTableDefForView Signed-off-by: Kamil Tekiela <[email protected]> * Param types for getTableComments Signed-off-by: Kamil Tekiela <[email protected]> * Small fixes Signed-off-by: Kamil Tekiela <[email protected]> * Extract addCompatOptions() method Signed-off-by: Kamil Tekiela <[email protected]> * Remove no longer needed suppress Signed-off-by: Kamil Tekiela <[email protected]> * Merge if statements by SonarLint Signed-off-by: Kamil Tekiela <[email protected]> * Update phpstan-baseline.neon Signed-off-by: Kamil Tekiela <[email protected]> * Specify param types for exportRoutineSQL Signed-off-by: Kamil Tekiela <[email protected]> * Specify param types for generateComment Signed-off-by: Kamil Tekiela <[email protected]> * Specify param types for replaceWithAliases Signed-off-by: Kamil Tekiela <[email protected]> * Update psalm-baseline.xml Signed-off-by: Kamil Tekiela <[email protected]> Signed-off-by: Kamil Tekiela <[email protected]> _______________________________________________ Git mailing list [email protected] https://lists.phpmyadmin.net/mailman/listinfo/git
