File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class Config extends BaseConfig
3737 protected static $ factory ;
3838
3939 /**
40- * Creates the default
40+ * Returns the database connection
4141 *
4242 * @param array|BaseConnection|string|null $group The name of the connection group to use,
4343 * or an array of configuration settings.
Original file line number Diff line number Diff line change 1616/**
1717 * Database Connection Factory
1818 *
19- * Creates and returns an instance of the appropriate DatabaseConnection
19+ * Creates and returns an instance of the appropriate Database Connection.
2020 */
2121class Database
2222{
@@ -32,8 +32,7 @@ class Database
3232 protected $ connections = [];
3333
3434 /**
35- * Parses the connection binds and returns an instance of the driver
36- * ready to go.
35+ * Parses the connection binds and creates a Database Connection instance.
3736 *
3837 * @return BaseConnection
3938 *
@@ -83,7 +82,7 @@ public function loadUtils(ConnectionInterface $db): BaseUtils
8382 }
8483
8584 /**
86- * Parse universal DSN string
85+ * Parses universal DSN string
8786 *
8887 * @throws InvalidArgumentException
8988 */
You can’t perform that action at this time.
0 commit comments