From 9665c45500f236c59b9bf399a9c602a876d60dce Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 27 Nov 2024 10:05:07 +0000 Subject: [PATCH] Update WhoisClient.php - avoid dynamic property --- src/WhoisClient.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/WhoisClient.php b/src/WhoisClient.php index 13e8c7cd..b6cbe93c 100644 --- a/src/WhoisClient.php +++ b/src/WhoisClient.php @@ -52,6 +52,9 @@ class WhoisClient /** @var int Communications timeout */ public $stimeout = 10; + /** @var WhoisClient */ + public $deepWhois; + /** @var string[] List of servers and handlers (loaded from servers.whois) */ public $DATA = array();