From 641aa0e4c86d7dced14cafcd49b95778f08690a5 Mon Sep 17 00:00:00 2001 From: johan Date: Sat, 7 Jan 2023 10:52:06 +0100 Subject: [PATCH] test --- WEB/Model/requestHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEB/Model/requestHandler.php b/WEB/Model/requestHandler.php index 8c1db4a0..d63941c2 100644 --- a/WEB/Model/requestHandler.php +++ b/WEB/Model/requestHandler.php @@ -10,7 +10,7 @@ class RequestHandler{ $this->socketsFromQueue=array(); } - public function Queuing(Socket $socket,string $request){ + public function Queuing($socket,string $request){ global $playerNumberPerGame; // Ajoute la connection à un tableau de connection des joueurs en attente