Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: e5698c85e9746af9d30f33acd263c9617d0a4127 https://github.com/phpmyadmin/phpmyadmin/commit/e5698c85e9746af9d30f33acd263... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-03-26 (Sun, 03 March 2023) -03:00
Changed paths: M libraries/classes/Bookmark.php M libraries/classes/Config.php M libraries/classes/Config/Forms/Page/PageFormList.php M libraries/classes/ConfigStorage/Relation.php M libraries/classes/Controllers/Database/OperationsController.php M libraries/classes/Controllers/Database/StructureController.php M libraries/classes/Controllers/HomeController.php M libraries/classes/Controllers/Import/ImportController.php M libraries/classes/Controllers/NavigationController.php M libraries/classes/Controllers/Normalization/AddNewPrimaryController.php M libraries/classes/Controllers/Server/BinlogController.php M libraries/classes/Controllers/Server/PrivilegesController.php M libraries/classes/Controllers/Server/Status/StatusController.php M libraries/classes/Controllers/Sql/SqlController.php M libraries/classes/Controllers/Table/OperationsController.php M libraries/classes/Controllers/Table/RelationController.php M libraries/classes/Controllers/Table/ReplaceController.php M libraries/classes/Controllers/Table/TrackingController.php M libraries/classes/Controllers/UserPasswordController.php M libraries/classes/Database/Designer/Common.php M libraries/classes/DatabaseInterface.php M libraries/classes/Dbal/DbiMysqli.php M libraries/classes/Display/Results.php M libraries/classes/Encoding.php M libraries/classes/Gis/GisVisualization.php M libraries/classes/InsertEdit.php M libraries/classes/Menu.php M libraries/classes/Navigation/Nodes/NodeDatabase.php M libraries/classes/Plugins/Export/ExportCsv.php M libraries/classes/Plugins/Export/ExportHtmlword.php M libraries/classes/Plugins/Export/ExportLatex.php M libraries/classes/Plugins/Export/ExportMediawiki.php M libraries/classes/Plugins/Export/ExportOds.php M libraries/classes/Plugins/Export/ExportOdt.php M libraries/classes/Plugins/Export/ExportPhparray.php M libraries/classes/Plugins/Export/ExportSql.php M libraries/classes/Plugins/Export/ExportTexytext.php M libraries/classes/Plugins/Export/ExportXml.php M libraries/classes/Plugins/Export/ExportYaml.php M libraries/classes/Plugins/Export/Helpers/Pdf.php M libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php M libraries/classes/Query/Utilities.php M libraries/classes/Replication/ReplicationGui.php M libraries/classes/Server/Privileges.php M libraries/classes/Sql.php M libraries/classes/SqlQueryForm.php M libraries/classes/Table.php M libraries/classes/Tracking/Tracking.php M libraries/classes/Tracking/TrackingChecker.php M libraries/classes/Types.php M libraries/classes/UserPreferences.php M libraries/classes/WebAuthn/WebauthnLibServer.php M phpcs.xml.dist M test/classes/ConfigTest.php M test/classes/Controllers/Server/DatabasesControllerTest.php M test/classes/Controllers/Server/Status/Processes/RefreshControllerTest.php M test/classes/Database/Designer/CommonTest.php M test/classes/DatabaseInterfaceTest.php M test/classes/Export/OptionsTest.php M test/classes/Http/Factory/ServerRequestFactoryTest.php M test/classes/InsertEditTest.php M test/classes/OpenDocumentTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Stubs/DbiDummy.php M test/classes/SystemDatabaseTest.php M test/classes/TableTest.php M test/classes/UtilTest.php M test/selenium/Database/OperationsTest.php
Log Message: ----------- Require single line for function calls
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev