From 45ac19220081f77a96374b6d3bbc2adfbfa54f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Tue, 17 Oct 2017 12:11:27 +0200 Subject: [PATCH] Remove obsolete PHPDoc from UriSigner --- src/Symfony/Component/HttpKernel/UriSigner.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Symfony/Component/HttpKernel/UriSigner.php b/src/Symfony/Component/HttpKernel/UriSigner.php index a64bf2c446..526a919738 100644 --- a/src/Symfony/Component/HttpKernel/UriSigner.php +++ b/src/Symfony/Component/HttpKernel/UriSigner.php @@ -55,10 +55,6 @@ class UriSigner /** * Checks that a URI contains the correct hash. * - * The _hash query string parameter must be the last one - * (as it is generated that way by the sign() method, it should - * never be a problem). - * * @param string $uri A signed URI * * @return bool True if the URI is signed correctly, false otherwise