diff options
-rw-r--r-- | Csrf/CsrfTokenGeneratorInterface.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Csrf/CsrfTokenGeneratorInterface.php b/Csrf/CsrfTokenGeneratorInterface.php index c7800a5..c34549f 100644 --- a/Csrf/CsrfTokenGeneratorInterface.php +++ b/Csrf/CsrfTokenGeneratorInterface.php @@ -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); |