[Security] Added missing PHPDoc tag

This commit is contained in:
Bernhard Schussek 2013-09-30 15:41:48 +02:00
parent 2e04e32c8f
commit 7f02304654

View File

@ -35,6 +35,8 @@ interface CsrfTokenGeneratorInterface
* Generates a CSRF token with the given token ID.
*
* @param string $tokenId An ID that identifies the token
*
* @return string The generated CSRF token
*/
public function generateCsrfToken($tokenId);