Skip to content

Commit bdac034

Browse files
authored
update src folder link (#265)
1 parent f42b0bf commit bdac034

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dsn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function __construct(
2929
/**
3030
* @return string The Data Source Name, or DSN, contains the information required to connect to the database.
3131
*
32-
* Please refer to the [PHP manual](http://php.net/manual/en/pdo.construct.php) on the format of the DSN string.
32+
* Please refer to the [PHP manual](https://php.net/manual/en/pdo.construct.php) on the format of the DSN string.
3333
*
3434
* The `driver` array key is used as the driver prefix of the DSN, all further key-value pairs are rendered as
3535
* `key=value` and concatenated by `;`. For example:

0 commit comments

Comments
 (0)