diff options
author | Joseph McDermott <josephmcdermott.JM@gmail.com> | 2016-05-03 09:43:19 +0100 |
---|---|---|
committer | Joseph McDermott <code@josephmcdermott.co.uk> | 2016-05-03 09:43:19 +0100 |
commit | d6e222c1406367e879668d24968e087de1241c0f (patch) | |
tree | 2a7f038650831dd9e7ad1eef393dd2e73595f755 /src | |
parent | bb6d53b94367d4e32bbcc0f7e90b658b37fdbdfd (diff) | |
download | php-jwt-d6e222c1406367e879668d24968e087de1241c0f.zip php-jwt-d6e222c1406367e879668d24968e087de1241c0f.tar.gz php-jwt-d6e222c1406367e879668d24968e087de1241c0f.tar.bz2 |
Commit with Google email address for CLA
Diffstat (limited to 'src')
-rw-r--r-- | src/JWT.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/JWT.php b/src/JWT.php index 6a12063..5b43040 100644 --- a/src/JWT.php +++ b/src/JWT.php @@ -32,6 +32,7 @@ class JWT /** * Allow the current timestamp to be specified. * Useful for fixing a value within unit testing. + * * Will default to PHP time() value if null. */ public static $timestamp = null; |