phpmyadmin/libraries/classes/Controllers/Database/Structure
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
..
CentralColumns Fixing erroneous params 2023-03-17 12:47:43 +00:00
AddPrefixController.php replace superglobals with serverrequest in Structure/AddPrefixController, Structure/AddPrefixTableController, (#17980) 2023-01-10 21:28:14 -03:00
AddPrefixTableController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
ChangePrefixFormController.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
CopyFormController.php replace superglobals with serverrequest in Structure/AddPrefixController, Structure/AddPrefixTableController, (#17980) 2023-01-10 21:28:14 -03:00
CopyTableController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
CopyTableWithPrefixController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
DropFormController.php Use constructor property promotion where possible 2023-02-20 19:39:02 -03:00
DropTableController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
EmptyFormController.php Ref #17769 - ServerRequest Object instead superglobals - DB controllers (#17854) 2022-10-31 19:51:28 -03:00
EmptyTableController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
FavoriteTableController.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
RealRowCountController.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
ReplacePrefixController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
ShowCreateController.php Use constructor property promotion where possible 2023-02-20 19:39:02 -03:00