From 4bbd1fea5c36ec44fc0dd09ff8f2456596e408da Mon Sep 17 00:00:00 2001 From: BenGrenoble Date: Thu, 24 Jul 2025 10:59:12 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B08286=20-=20Be=20able=20to=20add=20additi?= =?UTF-8?q?onal=20data=20in=20iTop=20session=20files=20via=20custom=20clas?= =?UTF-8?q?ses=20Change=20to=20fit=20convention.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/SessionTracker/iSessionHandlerExtension.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sources/SessionTracker/iSessionHandlerExtension.php b/sources/SessionTracker/iSessionHandlerExtension.php index 46b32fd08..ef357b1e0 100644 --- a/sources/SessionTracker/iSessionHandlerExtension.php +++ b/sources/SessionTracker/iSessionHandlerExtension.php @@ -3,8 +3,11 @@ namespace Combodo\iTop\SessionTracker; /** - * Experimental, for internal use only, subject to change without notice. + * @experimental for internal use only, subject to change without notice. + * * Do not use this interface in your code. + * + * @since 3.2.2 */ interface iSessionHandlerExtension { public function __construct();