This commit is contained in:
crazywhalecc
2024-10-02 20:31:16 +08:00
committed by Jerry Ma
parent 2d9f879994
commit ef1a9646e4
72 changed files with 107 additions and 234 deletions

View File

@@ -31,7 +31,7 @@ class ProcessStateManager
* @throws ZMKnownException
* @internal
*/
public static function removeProcessState(int $type, int|string $id_or_name = null): void
public static function removeProcessState(int $type, null|int|string $id_or_name = null): void
{
switch ($type) {
case ZM_PROCESS_MASTER: