phpmyadmin/libraries/classes/Plugins
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
..
Auth Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Export Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Import Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Schema Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Transformations Add missing traversable type hints 2023-04-02 01:32:12 -03:00
TwoFactor Add native property types (#18143) 2023-02-26 23:30:41 -03:00
AuthenticationPlugin.php Rename variables to use camel case format 2023-03-26 21:47:50 -03:00
AuthenticationPluginFactory.php Add native property types (#18143) 2023-02-26 23:30:41 -03:00
ExportPlugin.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
ImportPlugin.php Drop getDbnameAndOptions() method 2023-03-04 19:13:02 -03:00
IOTransformationsPlugin.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Plugin.php Fix coding standard spacing issues 2023-02-24 21:06:17 -03:00
SchemaPlugin.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
TransformationsInterface.php Add native types to TransformationsInterface methods 2022-01-26 15:48:08 -03:00
TransformationsPlugin.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
TwoFactorPlugin.php Rename variables to use camel case format 2023-03-26 21:47:50 -03:00
UploadInterface.php Add native param types 2023-03-17 12:45:18 +00:00