]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix docs moo-schema-part-1 85/head
authorDylan William Hardison <dylan@hardison.net>
Sun, 15 Dec 2019 17:51:45 +0000 (12:51 -0500)
committerDylan William Hardison <dylan@hardison.net>
Sun, 15 Dec 2019 17:51:45 +0000 (12:51 -0500)
Bugzilla/DB/Schema.pm

index 23d2cf0625eb38f11e1e910bf63a06e80877a0f1..6e15ef1db77f55e5d4f0e78f77224430e0f87890 100644 (file)
@@ -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 C<die>s 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