diff --git a/Server/SInterface/OnHandshake.php b/Server/SInterface/OnHandshake.php index 92014504..1886e532 100644 --- a/Server/SInterface/OnHandshake.php +++ b/Server/SInterface/OnHandshake.php @@ -17,6 +17,6 @@ interface OnHandshake * @param Request $request * @param Response $response */ - public function OnHandshake(Request $request, Response $response): void; + public function onHandshake(Request $request, Response $response): void; }