Skip to content

Commit 35a11f2

Browse files
committed
Remove unnecessary @var annotations
1 parent f737f52 commit 35a11f2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Auth/Source/SQL.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)