From 12c95ebed424db16c63c8a98123526151accdbe7 Mon Sep 17 00:00:00 2001 From: "johan.lachenal" Date: Fri, 6 Jan 2023 01:21:05 +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 896f2cad..13047f3d 100644 --- a/WEB/Client/Client.php +++ b/WEB/Client/Client.php @@ -2,7 +2,7 @@ class Client{ private static $instance; - private $socket; + private Socket $socket; private function __construct() { // Créer une socket var_dump(socket_create(AF_INET, SOCK_STREAM,0));