Add bug and comment for r35609: * (bug 13434) Show a warning when hash identical...
[lhc/web/wiklou.git] / includes / UserRightsProxy.php
index f4bce5e..8a65a01 100644 (file)
@@ -62,7 +62,7 @@ class UserRightsProxy {
        /**
         * Open a database connection to work on for the requested user.
         * This may be a new connection to another database for remote users.
-        * @param string $database
+        * @param $database string
         * @return Database or null if invalid selection
         */
        public static function getDB( $database ) {