diff options
Diffstat (limited to 'app/Services/TimeoutService.php')
| -rw-r--r-- | app/Services/TimeoutService.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Services/TimeoutService.php b/app/Services/TimeoutService.php index 0992c6a295..f05305916e 100644 --- a/app/Services/TimeoutService.php +++ b/app/Services/TimeoutService.php @@ -38,7 +38,7 @@ class TimeoutService /** * @param float|null $start_time */ - public function __construct(float $start_time = null) + public function __construct(float|null $start_time = null) { $this->start_time = $start_time ?? Registry::timeFactory()->now(); } |
