summaryrefslogtreecommitdiffstats
path: root/Csrf/CsrfTokenManagerInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Csrf/CsrfTokenManagerInterface.php')
-rw-r--r--Csrf/CsrfTokenManagerInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Csrf/CsrfTokenManagerInterface.php b/Csrf/CsrfTokenManagerInterface.php
index 050b6c1..5abe47c 100644
--- a/Csrf/CsrfTokenManagerInterface.php
+++ b/Csrf/CsrfTokenManagerInterface.php
@@ -62,7 +62,7 @@ interface CsrfTokenManagerInterface
*
* @param CsrfToken $token A CSRF token
*
- * @return bool Returns true if the token is valid, false otherwise
+ * @return bool Returns true if the token is valid, false otherwise
*/
public function isTokenValid(CsrfToken $token);
}