We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed8c67 commit c5c904dCopy full SHA for c5c904d
1 file changed
src/Utils/Random.php
@@ -19,5 +19,5 @@ class Random extends \SimpleSAML\XML\Utils\Random
19
*
20
* (41 - 1) / 2 = 20 → random_bytes(20) → 160 bits
21
*/
22
- public const int ID_LENGTH = 41;
+ public const ID_LENGTH = 41;
23
}
0 commit comments