mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Doc-comment: Use type aliases for arrays
Type aliases could be defined either globally (https://phpstan.org/writing-php-code/phpdoc-types#global-type-aliases) or just for a class. I prefer having them at the place where they are created.
This commit is contained in:
@@ -555,7 +555,7 @@ if (isset($_GET["elastic"])) {
|
||||
}
|
||||
|
||||
/** Drop types
|
||||
* @param array
|
||||
* @param list<string>
|
||||
* @return bool
|
||||
*/
|
||||
function drop_tables($tables) {
|
||||
|
Reference in New Issue
Block a user