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