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));