Skip to content
Snippets Groups Projects
Commit 7ee08509 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Mark $trackid in SimpleSAML_Session also as string, its primary type actually.

parent 5157d4d1
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ class SimpleSAML_Session ...@@ -57,7 +57,7 @@ class SimpleSAML_Session
* This is used in the debug logs and error messages to easily track more information * This is used in the debug logs and error messages to easily track more information
* about what went wrong. * about what went wrong.
* *
* @var int * @var string|int
*/ */
private $trackid = 0; private $trackid = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment