Skip to content

Commit

Permalink
update src folder link (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell authored Apr 27, 2024
1 parent f42b0bf commit bdac034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dsn.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct(
/**
* @return string The Data Source Name, or DSN, contains the information required to connect to the database.
*
* Please refer to the [PHP manual](http://php.net/manual/en/pdo.construct.php) on the format of the DSN string.
* Please refer to the [PHP manual](https://php.net/manual/en/pdo.construct.php) on the format of the DSN string.
*
* The `driver` array key is used as the driver prefix of the DSN, all further key-value pairs are rendered as
* `key=value` and concatenated by `;`. For example:
Expand Down

0 comments on commit bdac034

Please sign in to comment.