[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 10b937: Replace `$analyzedSqlResults` array with `StatementInfo` object

Maurício Meneghini Fauth mauricio at fauth.dev
Wed May 25 03:02:25 CEST 2022


Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 10b937511db681ea01e3173d5fdfd588ce742468
https://github.com/phpmyadmin/phpmyadmin/commit/10b937511db681ea01e3173d5fdfd588ce742468
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2022-05-24 (Tue, 05 May 2022) -03:00

Changed paths: 
A libraries/classes/StatementInfo.php
A test/classes/ParseAnalyzeTest.php
A test/classes/StatementInfoTest.php
A test/stubs/Query.stub
M libraries/classes/Controllers/Database/QueryByExampleController.php
M libraries/classes/Controllers/Import/ImportController.php
M libraries/classes/Controllers/Sql/SqlController.php
M libraries/classes/Controllers/Table/SearchController.php
M libraries/classes/Controllers/Table/Structure/BrowseController.php
M libraries/classes/Database/MultiTableQuery.php
M libraries/classes/Display/Results.php
M libraries/classes/ParseAnalyze.php
M libraries/classes/Sql.php
M phpstan-baseline.neon
M phpstan.neon.dist
M psalm-baseline.xml
M psalm.xml
M test/classes/Display/ResultsTest.php
M test/classes/SqlTest.php

Log Message:
-----------
Replace `$analyzedSqlResults` array with `StatementInfo` object

Signed-off-by: Maurício Meneghini Fauth <mauricio at fauth.dev>

Commit: 1456e8bbf5651c34acbb91e6b54b8d9e6f4e30b9
https://github.com/phpmyadmin/phpmyadmin/commit/1456e8bbf5651c34acbb91e6b54b8d9e6f4e30b9
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2022-05-24 (Tue, 05 May 2022) -03:00

Changed paths: 
A libraries/classes/StatementInfo.php
A test/classes/ParseAnalyzeTest.php
A test/classes/StatementInfoTest.php
A test/stubs/Query.stub
M libraries/classes/Controllers/Database/QueryByExampleController.php
M libraries/classes/Controllers/Import/ImportController.php
M libraries/classes/Controllers/Sql/SqlController.php
M libraries/classes/Controllers/Table/SearchController.php
M libraries/classes/Controllers/Table/Structure/BrowseController.php
M libraries/classes/Database/MultiTableQuery.php
M libraries/classes/Display/Results.php
M libraries/classes/ParseAnalyze.php
M libraries/classes/Sql.php
M phpstan-baseline.neon
M phpstan.neon.dist
M psalm-baseline.xml
M psalm.xml
M test/classes/Display/ResultsTest.php
M test/classes/SqlTest.php

Log Message:
-----------
Merge pull request #17550 from MauricioFauth/statement-info-vo

Replace `$analyzedSqlResults` array with `StatementInfo` object



More information about the Git mailing list