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

Go back to int, which is the actual value returned by time().

parent c6698bad
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ class SimpleSAML_Metadata_SAMLBuilder
/**
* The maximum time in seconds the metadata should be cached.
*
* @var double|null
* @var int|null
*/
private $maxCache = null;
......@@ -31,7 +31,7 @@ class SimpleSAML_Metadata_SAMLBuilder
/**
* The maximum time in seconds since the current time that this metadata should be considered valid.
*
* @var double|null
* @var int|null
*/
private $maxDuration = null;
......
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