1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-15 02:54:28 +02:00

Strip trailing spaces

This commit is contained in:
Jakub Vrana
2013-05-08 11:29:19 -07:00
parent 22f0a5ded8
commit 046da00eb6
4 changed files with 18 additions and 16 deletions

View File

@@ -9,7 +9,7 @@
class AdminerMasterSlave {
private $masters = array();
/**
/**
* @param array ($slave => $master)
*/
function AdminerMasterSlave($masters) {