fix tests

This commit is contained in:
Dennis Eichhorn 2024-04-25 15:52:55 +00:00
parent a877ec9bee
commit 4f9f3b377a

View File

@ -153,7 +153,7 @@ class Session implements \JsonSerializable
}
}
$this->busy = $busyTime;
$this->busy = (int) $busyTime;
}
/**