phpmyadmin/libraries/classes/Controllers/Server
Maurício Meneghini Fauth 6a2c12bdc8
Add missing traversable type hints
Replace array type hint with mixed[] type hint, since it means the same.
This way it's possible to require traversable type hint for new code.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-02 01:32:12 -03:00
..
Databases Rename variables to use camel case format 2023-03-26 21:47:50 -03:00
Privileges Fix coding standard spacing issues 2023-02-24 21:06:17 -03:00
Status Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Variables Add missing traversable type hints 2023-04-02 01:32:12 -03:00
BinlogController.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
CollationsController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
DatabasesController.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
EnginesController.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
ExportController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
ImportController.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
PluginsController.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
PrivilegesController.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
ReplicationController.php Create the PhpMyAdmin\Replication namespace 2023-03-20 14:16:01 -03:00
ShowEngineController.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
SqlController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
UserGroupsController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
UserGroupsFormController.php Use quoteString in controllers (#18191) 2023-03-03 17:40:45 -03:00
VariablesController.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00