mirror of
https://github.com/vrana/adminer.git
synced 2025-08-17 20:01:25 +02:00
Use [] in doc-comments
This commit is contained in:
@@ -10,7 +10,7 @@ class AdminerMasterSlave {
|
||||
private $masters = array();
|
||||
|
||||
/**
|
||||
* @param array ($slave => $master)
|
||||
* @param array [$slave => $master]
|
||||
*/
|
||||
function __construct($masters) {
|
||||
$this->masters = $masters;
|
||||
|
Reference in New Issue
Block a user