Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 44d1600ce2efa0e6f43a1915253cdd0e596056a0 https://github.com/phpmyadmin/phpmyadmin/commit/44d1600ce2efa0e6f43a1915253c... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-04-11 (Sat, 04 April 2020) -03:00
Changed paths: M libraries/classes/Rte/Export.php M phpstan-baseline.neon
Log Message: ----------- Use early exit in Rte\Export class
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: fdfc24604034568bc66e93ecfa57d355da73164d https://github.com/phpmyadmin/phpmyadmin/commit/fdfc24604034568bc66e93ecfa57... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-04-11 (Sat, 04 April 2020) -03:00
Changed paths: M libraries/classes/Rte/Events.php M libraries/classes/Rte/Routines.php M libraries/classes/Rte/Triggers.php D libraries/classes/Rte/Export.php
Log Message: ----------- Remove the Rte\Export class
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: c1ca032da75b7ad60fac76823299ed952cf8f8a3 https://github.com/phpmyadmin/phpmyadmin/commit/c1ca032da75b7ad60fac76823299... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-04-11 (Sat, 04 April 2020) -03:00
Changed paths: M libraries/classes/Controllers/Database/EventsController.php M libraries/classes/Controllers/Database/RoutinesController.php M libraries/classes/Controllers/Database/TriggersController.php M libraries/classes/Controllers/Table/TriggersController.php M libraries/classes/Rte/Events.php M libraries/classes/Rte/Routines.php M libraries/classes/Rte/Triggers.php M test/classes/Rte/EventsTest.php M test/classes/Rte/RoutinesTest.php M test/classes/Rte/TriggersTest.php
Log Message: ----------- Use DI for RTE classes
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev