mirror of
https://github.com/vrana/adminer.git
synced 2025-12-22 16:30:40 +01:00
Doc-comments: Move param types to declaration
This commit is contained in:
@@ -12,7 +12,7 @@ class AdminerDatabaseHide {
|
||||
/**
|
||||
* @param list<string> $disabled case insensitive database names in values
|
||||
*/
|
||||
function __construct($disabled) {
|
||||
function __construct(array $disabled) {
|
||||
$this->disabled = array_map('strtolower', $disabled);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user