Skip to content

Commit 6c705f3

Browse files
committed
docs: fix @param
1 parent 00dc9fd commit 6c705f3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

system/Database/Config.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ class Config extends BaseConfig
3939
/**
4040
* Creates the default
4141
*
42-
* @param array|string $group The name of the connection group to use, or an array of configuration settings.
43-
* @param bool $getShared Whether to return a shared instance of the connection.
42+
* @param array|BaseConnection|string|null $group The name of the connection group to use,
43+
* or an array of configuration settings.
44+
* @param bool $getShared Whether to return a shared instance of the connection.
4445
*
4546
* @return BaseConnection
4647
*/

0 commit comments

Comments
 (0)