Remove obsolete PHPDoc from UriSigner

This commit is contained in:
Edi Modrić 2017-10-17 12:11:27 +02:00
parent 45e677e562
commit 45ac192200
1 changed files with 0 additions and 4 deletions

View File

@ -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