From f00b8d529c6ed83b1cea056375ca407f42a68b58 Mon Sep 17 00:00:00 2001 From: BenGrenoble Date: Thu, 24 Jul 2025 10:59:48 +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 9969fb7e2..17cd31776 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();