correct docstrings
This commit is contained in:
parent
daa33a8f4b
commit
01a9c81f81
78 changed files with 275 additions and 62 deletions
|
|
@ -55,6 +55,7 @@
|
|||
* Instantiate a Driver (Factory Pattern).
|
||||
*
|
||||
* @param string $driverName Name of the Driver to instantiate
|
||||
* @param array $config Configuration settings
|
||||
*/
|
||||
public static function factory($driverName, $config)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue