Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 630475a0b54866d4f981ef83f84f19ebf7f5ee33 https://github.com/phpmyadmin/phpmyadmin/commit/630475a0b54866d4f981ef83f84f... Author: Kamil Tekiela <tekiela246@gmail.com> Date: 2025-12-09 (Tue, 12 December 2025) +00:00 Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/ConfigStorage/Relation.php Log Message: ----------- Remove redundant condition and fix type hint Signed-off-by: Kamil Tekiela <tekiela246@gmail.com> Commit: 599a729d61d83d168135a430c729f7b3bd5d43d6 https://github.com/phpmyadmin/phpmyadmin/commit/599a729d61d83d168135a430c729... Author: Kamil Tekiela <tekiela246@gmail.com> Date: 2025-12-09 (Tue, 12 December 2025) +00:00 Changed paths: A src/ConfigStorage/Foreigners.php M phpstan-baseline.neon M psalm-baseline.xml M src/ConfigStorage/Relation.php M src/Controllers/Database/DataDictionaryController.php M src/Controllers/Table/SearchController.php M src/Controllers/Table/ZoomSearchController.php M src/InsertEdit.php M src/Plugins/Export/ExportHtmlword.php M src/Plugins/Export/ExportLatex.php M src/Plugins/Export/ExportOdt.php M src/Plugins/Export/ExportTexytext.php M src/Plugins/Export/Helpers/Pdf.php M src/Plugins/ExportPlugin.php M tests/unit/ConfigStorage/RelationTest.php M tests/unit/InsertEditTest.php Log Message: ----------- Create a simple DTO Signed-off-by: Kamil Tekiela <tekiela246@gmail.com> Commit: 6f6c79993e8eff5d105d86d6783f7d2daefde151 https://github.com/phpmyadmin/phpmyadmin/commit/6f6c79993e8eff5d105d86d6783f... Author: Kamil Tekiela <tekiela246@gmail.com> Date: 2025-12-09 (Tue, 12 December 2025) +00:00 Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/ConfigStorage/Relation.php M src/Controllers/Table/RelationController.php M src/Table/Table.php Log Message: ----------- Improve type hint Signed-off-by: Kamil Tekiela <tekiela246@gmail.com> Commit: 3b8f6cec5e0752e0c3cc89e2282168dd0951eaf5 https://github.com/phpmyadmin/phpmyadmin/commit/3b8f6cec5e0752e0c3cc89e22821... Author: MaurĂcio Meneghini Fauth <mauricio@mfauth.com.br> Date: 2025-12-17 (Wed, 12 December 2025) -03:00 Changed paths: A src/ConfigStorage/Foreigners.php M phpstan-baseline.neon M psalm-baseline.xml M src/ConfigStorage/Relation.php M src/Controllers/Database/DataDictionaryController.php M src/Controllers/Table/RelationController.php M src/Controllers/Table/SearchController.php M src/Controllers/Table/ZoomSearchController.php M src/InsertEdit.php M src/Plugins/Export/ExportHtmlword.php M src/Plugins/Export/ExportLatex.php M src/Plugins/Export/ExportOdt.php M src/Plugins/Export/ExportTexytext.php M src/Plugins/Export/Helpers/Pdf.php M src/Plugins/ExportPlugin.php M src/Table/Table.php M tests/unit/ConfigStorage/RelationTest.php M tests/unit/InsertEditTest.php Log Message: ----------- Merge pull request #19985 from kamil-tekiela/Refactor-relation Refactor relation