We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e677e commit 45ac192Copy full SHA for 45ac192
src/Symfony/Component/HttpKernel/UriSigner.php
@@ -55,10 +55,6 @@ public function sign($uri)
55
/**
56
* Checks that a URI contains the correct hash.
57
*
58
- * The _hash query string parameter must be the last one
59
- * (as it is generated that way by the sign() method, it should
60
- * never be a problem).
61
- *
62
* @param string $uri A signed URI
63
64
* @return bool True if the URI is signed correctly, false otherwise
0 commit comments