Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 98424ec06571a53b312be6755df0d68529f1328f https://github.com/phpmyadmin/phpmyadmin/commit/98424ec06571a53b312be6755df0... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2019-12-27 (Fri, 12 December 2019) -03:00
Changed paths: A libraries/classes/Table/Search.php A test/classes/Table/SearchTest.php M libraries/classes/Controllers/Table/SearchController.php M phpstan-baseline.neon M services.yml M services_controllers.yml M test/classes/Controllers/Table/SearchControllerTest.php
Log Message: ----------- Extract class from Table\SearchController
Extracts the buildSqlQuery method from Controllers\Table\SearchController class to the new Table\Search class.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev