merged skunkworks into develop.
This commit is contained in:
@@ -16,7 +16,7 @@ abstract class Connector {
|
||||
);
|
||||
|
||||
/**
|
||||
* Establish a PDO database connection for a given database configuration.
|
||||
* Establish a PDO database connection.
|
||||
*
|
||||
* @param array $config
|
||||
* @return PDO
|
||||
@@ -24,7 +24,7 @@ abstract class Connector {
|
||||
abstract public function connect($config);
|
||||
|
||||
/**
|
||||
* Get the PDO connection options for a given database configuration.
|
||||
* Get the PDO connection options for the configuration.
|
||||
*
|
||||
* Developer specified options will override the default connection options.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user