We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00dc9fd commit 6c705f3Copy full SHA for 6c705f3
1 file changed
system/Database/Config.php
@@ -39,8 +39,9 @@ class Config extends BaseConfig
39
/**
40
* Creates the default
41
*
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.
+ * @param array|BaseConnection|string|null $group The name of the connection group to use,
+ * or an array of configuration settings.
44
+ * @param bool $getShared Whether to return a shared instance of the connection.
45
46
* @return BaseConnection
47
*/
0 commit comments