Merge "jquery.suggestions: Combine two isRTL checks"
[lhc/web/wiklou.git] / includes / libs / rdbms / database / IDatabase.php
index aeefacd..90e30fa 100644 (file)
@@ -217,7 +217,7 @@ interface IDatabase {
         * the LB info array is set to that parameter. If it is called with two
         * parameters, the member with the given name is set to the given value.
         *
-        * @param string $name
+        * @param array|string $name
         * @param array|null $value
         */
        public function setLBInfo( $name, $value = null );
@@ -801,7 +801,7 @@ interface IDatabase {
         *
         * @param string|array $table Table name
         * @param string|array $vars Field names
-        * @param array $conds Conditions
+        * @param string|array $conds Conditions
         * @param string $fname Caller function name
         * @param string|array $options Query options
         * @param array|string $join_conds Join conditions