We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42b0bf commit bdac034Copy full SHA for bdac034
1 file changed
src/Dsn.php
@@ -29,7 +29,7 @@ public function __construct(
29
/**
30
* @return string The Data Source Name, or DSN, contains the information required to connect to the database.
31
*
32
- * 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.
33
34
* The `driver` array key is used as the driver prefix of the DSN, all further key-value pairs are rendered as
35
* `key=value` and concatenated by `;`. For example:
0 commit comments