Something went wrong while setting issue due date.
random_int should be used instead of mt_rand
Closed
random_int should be used instead of mt_rand
A fallback was added in core for PHP<7.0 so plugins can use random_int instead of mt_rand for better pseudo-random integer.