From 6d0106ffd17d1fc55698bc3fac21776d84195c37 Mon Sep 17 00:00:00 2001 From: "johan.lachenal" Date: Fri, 6 Jan 2023 01:19:27 +0100 Subject: [PATCH] test --- WEB/Client/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEB/Client/Client.php b/WEB/Client/Client.php index 13047f3d..896f2cad 100644 --- a/WEB/Client/Client.php +++ b/WEB/Client/Client.php @@ -2,7 +2,7 @@ class Client{ private static $instance; - private Socket $socket; + private $socket; private function __construct() { // Créer une socket var_dump(socket_create(AF_INET, SOCK_STREAM,0));