Skip to content

Commit c5c904d

Browse files
committed
Fix typed constant; not supported until PHP 8.3
1 parent eed8c67 commit c5c904d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Utils/Random.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ class Random extends \SimpleSAML\XML\Utils\Random
1919
*
2020
* (41 - 1) / 2 = 20 → random_bytes(20) → 160 bits
2121
*/
22-
public const int ID_LENGTH = 41;
22+
public const ID_LENGTH = 41;
2323
}

0 commit comments

Comments
 (0)