Skip to content

Commit

Permalink
Add additional documentation for class variables
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Dec 6, 2019
1 parent 66e70e5 commit 31580b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/libraries/Authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@ class Authentication {
const COOKIE_NAME = 'sid';
const TTL = 2592000; // 1 month

/**
* @var string $key
*/
private static $key;

/**
* @var User $user
*/
public static $user;

/**
Expand Down

0 comments on commit 31580b1

Please sign in to comment.