1
0
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:
Jakub Vrana
2025-02-23 14:37:40 +01:00
parent aa2907190e
commit 42de70d032
7 changed files with 29 additions and 29 deletions

View File

@@ -10,7 +10,7 @@ class AdminerMasterSlave {
private $masters = array();
/**
* @param array ($slave => $master)
* @param array [$slave => $master]
*/
function __construct($masters) {
$this->masters = $masters;