Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: dfa5f92c319b3429b52b870db486baf72927446a https://github.com/phpmyadmin/phpmyadmin/commit/dfa5f92c319b3429b52b870db486... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-06-29 (Mon, 06 June 2020) -03:00
Changed paths: M libraries/classes/DatabaseInterface.php M libraries/classes/Dbal/DbalInterface.php M libraries/classes/Dbal/DbiExtension.php M libraries/classes/Dbal/DbiMysqli.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/Controllers/Server/BinlogControllerTest.php M test/classes/Controllers/Server/PluginsControllerTest.php M test/classes/Controllers/Server/Status/StatusControllerTest.php M test/classes/Controllers/Server/Status/VariablesControllerTest.php M test/classes/Controllers/Table/SearchControllerTest.php M test/classes/Database/DesignerTest.php M test/classes/InsertEditTest.php M test/classes/Navigation/Nodes/NodeTest.php M test/classes/Plugins/Schema/DiaRelationSchemaTest.php M test/classes/Plugins/Schema/EpsRelationSchemaTest.php M test/classes/Plugins/Schema/PdfRelationSchemaTest.php M test/classes/Plugins/Schema/SvgRelationSchemaTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Server/UserGroupsTest.php M test/classes/Stubs/DbiDummy.php M test/classes/TableTest.php M test/classes/TrackingTest.php
Log Message: ----------- Add return type declaration to fetch row methods
DatabaseInterface's fetchArray, fetchAssoc, fetchRow and fetchSingleRow methods.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev