Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: cb67fa306dcd21c1a5b497b94f45d57023f5d1bf https://github.com/phpmyadmin/phpmyadmin/commit/cb67fa306dcd21c1a5b497b94f45... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-02-21 (Tue, 02 February 2023) -03:00
Changed paths: M psalm-baseline.xml M test/classes/AbstractNetworkTestCase.php M test/classes/AbstractTestCase.php M test/classes/Config/FormDisplayTest.php M test/classes/Config/FormTest.php M test/classes/Config/ServerConfigChecksTest.php M test/classes/Controllers/Database/Structure/FavoriteTableControllerTest.php M test/classes/Controllers/Database/StructureControllerTest.php M test/classes/Controllers/Server/VariablesControllerTest.php M test/classes/Controllers/Table/IndexesControllerTest.php M test/classes/Controllers/Table/Structure/ChangeControllerTest.php M test/classes/Controllers/Table/Structure/SaveControllerTest.php M test/classes/Database/DesignerTest.php M test/classes/Gis/GisGeomTestCase.php M test/classes/HeaderTest.php M test/classes/InsertEditTest.php M test/classes/Navigation/Nodes/NodeTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/Plugins/Export/ExportCodegenTest.php M test/classes/Plugins/Export/ExportCsvTest.php M test/classes/Plugins/Export/ExportExcelTest.php M test/classes/Plugins/Export/ExportHtmlwordTest.php M test/classes/Plugins/Export/ExportJsonTest.php M test/classes/Plugins/Export/ExportLatexTest.php M test/classes/Plugins/Export/ExportMediawikiTest.php M test/classes/Plugins/Export/ExportOdsTest.php M test/classes/Plugins/Export/ExportOdtTest.php M test/classes/Plugins/Export/ExportPdfTest.php M test/classes/Plugins/Export/ExportPhparrayTest.php M test/classes/Plugins/Export/ExportSqlTest.php M test/classes/Plugins/Export/ExportTexytextTest.php M test/classes/Plugins/Export/ExportXmlTest.php M test/classes/Plugins/Export/ExportYamlTest.php M test/classes/Properties/Options/OptionsPropertyGroupTest.php M test/classes/ScriptsTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Setup/ConfigGeneratorTest.php M test/classes/TrackerTest.php
Log Message: ----------- Remove Reflection's setAccessible() method
This method is no-op since PHP 8.1.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev