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 3f52221 commit 7a12bc1Copy full SHA for 7a12bc1
Session/Storage/Handler/PdoSessionHandler.php
@@ -112,16 +112,16 @@ class PdoSessionHandler extends AbstractSessionHandler
112
/**
113
* Username when lazy-connect.
114
*
115
- * @var string
+ * @var string|null
116
*/
117
- private $username = '';
+ private $username = null;
118
119
120
* Password when lazy-connect.
121
122
123
124
- private $password = '';
+ private $password = null;
125
126
127
* Connection options when lazy-connect.
0 commit comments