Skip to content

Commit 31580b1

Browse files
committed
Add additional documentation for class variables
1 parent 66e70e5 commit 31580b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/libraries/Authentication.php

+6
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,14 @@ class Authentication {
2121
const COOKIE_NAME = 'sid';
2222
const TTL = 2592000; // 1 month
2323

24+
/**
25+
* @var string $key
26+
*/
2427
private static $key;
2528

29+
/**
30+
* @var User $user
31+
*/
2632
public static $user;
2733

2834
/**

0 commit comments

Comments
 (0)