diff options
author | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-08-05 16:25:06 +0200 |
---|---|---|
committer | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-08-05 16:25:06 +0200 |
commit | 7ee08509e02d04966b7af8a368423933d7b0170e (patch) | |
tree | 923e38db4dd0437389b80011dba08fc6b259f46f | |
parent | 5157d4d15ca73605888b0203e6523c239f91fc15 (diff) | |
download | simplesamlphp-7ee08509e02d04966b7af8a368423933d7b0170e.zip simplesamlphp-7ee08509e02d04966b7af8a368423933d7b0170e.tar.gz simplesamlphp-7ee08509e02d04966b7af8a368423933d7b0170e.tar.bz2 |
Mark $trackid in SimpleSAML_Session also as string, its primary type actually.
-rw-r--r-- | lib/SimpleSAML/Session.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SimpleSAML/Session.php b/lib/SimpleSAML/Session.php index c215e36..b13a64d 100644 --- a/lib/SimpleSAML/Session.php +++ b/lib/SimpleSAML/Session.php @@ -57,7 +57,7 @@ class SimpleSAML_Session * This is used in the debug logs and error messages to easily track more information * about what went wrong. * - * @var int + * @var string|int */ private $trackid = 0; |