phpmyadmin/libraries/classes/Controllers/Setup
Maurício Meneghini Fauth 9e9611d162
Replace config global with Config singleton
This is as bad as the global variable, however at least will have better
static analysis of it.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-08-15 01:11:54 -03:00
..
AbstractController.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
ConfigController.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
FormController.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
HomeController.php Replace config global with Config singleton 2023-08-15 01:11:54 -03:00
MainController.php Add a Template property to the ResponseRenderer class 2023-08-09 15:14:23 -03:00
ServersController.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
ShowConfigController.php Add a Response object to ResponseRenderer class 2023-08-07 22:27:48 -03:00
ValidateController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00