Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: dca5b1b89389a666e7ef9ae5424a6f241256e747 https://github.com/phpmyadmin/phpmyadmin/commit/dca5b1b89389a666e7ef9ae5424a... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-02-03 (Thu, 02 February 2022) -03:00
Changed paths: A libraries/classes/Display/DisplayParts.php A test/classes/Display/DisplayPartsTest.php M libraries/classes/Display/Results.php M libraries/classes/Sql.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/Display/ResultsTest.php
Log Message: ----------- Create the DisplayParts class
Replaces the displayParts array with the DisplayParts object.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: d8b5811b827d39a63b79a9c513185bf8dd8fa7e2 https://github.com/phpmyadmin/phpmyadmin/commit/d8b5811b827d39a63b79a9c51318... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-02-04 (Fri, 02 February 2022) -03:00
Changed paths: A libraries/classes/Display/DisplayParts.php A test/classes/Display/DisplayPartsTest.php M libraries/classes/Display/Results.php M libraries/classes/Sql.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/Display/ResultsTest.php
Log Message: ----------- Merge pull request #17338 from mauriciofauth/display-parts-vo
Create the `PhpMyAdmin\Display\DisplayParts` class