Bug Bad type-hint on $maxRunTime on some XF Jobs

There is a bug in this version
X

Xon

Guest
There are various type hints for $maxRunTime which indicate it is an int, but this is really a float. Thankfully this hasn't been made an argument type hint so it isn't a php 8.1 compat error.

Continue reading...