From efcd4cc16a625db4abd3c9a2d7d34199ae5c7e0f Mon Sep 17 00:00:00 2001 From: George Steel Date: Tue, 18 Jun 2024 15:27:13 +0100 Subject: [PATCH] Include documentation link in deprecation notice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Frank Brückner Signed-off-by: George Steel --- src/Csrf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Csrf.php b/src/Csrf.php index e8d2e2de..e49bb681 100644 --- a/src/Csrf.php +++ b/src/Csrf.php @@ -18,7 +18,7 @@ /** * @deprecated This validator will be removed in version 3.0 of this component. A replacement is available in - * version 2.21.0 of the laminas-session component. + * version 2.21.0 of the laminas-session component: https://docs.laminas.dev/laminas-session/ * * @final */