File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -34,39 +34,33 @@ class SQL extends UserPassBase
3434{
3535 /**
3636 * The DSN we should connect to.
37- * @var string
3837 */
3938 private string $ dsn ;
4039
4140 /**
4241 * The username we should connect to the database with.
43- * @var string
4442 */
4543 private string $ username ;
4644
4745 /**
4846 * The password we should connect to the database with.
49- * @var string
5047 */
5148 private string $ password ;
5249
5350 /**
5451 * An optional regex that the username should match.
55- * @var string
5652 */
5753 protected ?string $ username_regex ;
5854
5955 /**
6056 * The options that we should connect to the database with.
61- * @var array
6257 */
6358 private array $ options = [];
6459
6560 /**
6661 * The query or queries we should use to retrieve the attributes for the user.
6762 *
6863 * The username and password will be available as :username and :password.
69- * @var array
7064 */
7165 protected array $ query ;
7266
You can’t perform that action at this time.
0 commit comments