1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13:00

feat: fix linting errors

This commit is contained in:
Christy Jacob 2022-07-22 08:23:10 +05:30
parent 56856309c5
commit 5bb0698ded

View file

@ -546,7 +546,7 @@ $server->onMessage(function (int $connection, string $message) use ($server, $re
$server->close($connection, $th->getCode());
}
} finally {
call_user_func($returnProjectDB);
call_user_func($returnProjectDB);
$register->get('redisPool')->put($redis);
}
});