From: Dylan William Hardison Date: Sun, 15 Dec 2019 17:51:45 +0000 (-0500) Subject: fix docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e26e53fe1fd5ab940f48de0632867f38d107ea1b;p=thirdparty%2Fbugzilla.git fix docs --- diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm index 23d2cf0625..6e15ef1db7 100644 --- a/Bugzilla/DB/Schema.pm +++ b/Bugzilla/DB/Schema.pm @@ -1759,10 +1759,7 @@ sub new { Description: Public constructor method used to instantiate objects of this class. - Parameters: $driver (optional) - Used to specify the type of database. - This routine Cs if no subclass is found for the specified - driver. - $schema (optional) - A reference to a hash. Callers external + Parameters: $schema (optional) - A reference to a hash. Callers external to this package should never use this parameter. Returns: new instance of the Schema class or a database-specific subclass