diff options
-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; |