mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 14:46:36 +02:00
Doc-comments: Add param names
This commit is contained in:
@@ -10,7 +10,7 @@ class AdminerDesigns {
|
||||
protected $designs;
|
||||
|
||||
/**
|
||||
* @param list<string> URL in key, name in value
|
||||
* @param list<string> $designs URL in key, name in value
|
||||
*/
|
||||
function __construct($designs) {
|
||||
$this->designs = $designs;
|
||||
|
Reference in New Issue
Block a user