summaryrefslogtreecommitdiffstats
path: root/Csrf/TokenStorage/TokenStorageInterface.php
diff options
context:
space:
mode:
authorGraham Campbell <graham@mineuk.com>2014-12-04 20:26:11 +0000
committerGraham Campbell <graham@mineuk.com>2014-12-04 20:26:11 +0000
commit1aaa26cad526c885a0ffd4fcef8a855a63024725 (patch)
tree24442a903e08d2e8f01438820b48a26e3faafce3 /Csrf/TokenStorage/TokenStorageInterface.php
parent3598ef3378bcfb03fba1e368e168f30bb8169eb2 (diff)
downloadsymfony-security-1aaa26cad526c885a0ffd4fcef8a855a63024725.zip
symfony-security-1aaa26cad526c885a0ffd4fcef8a855a63024725.tar.gz
symfony-security-1aaa26cad526c885a0ffd4fcef8a855a63024725.tar.bz2
CS fixes
Diffstat (limited to 'Csrf/TokenStorage/TokenStorageInterface.php')
-rw-r--r--Csrf/TokenStorage/TokenStorageInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Csrf/TokenStorage/TokenStorageInterface.php b/Csrf/TokenStorage/TokenStorageInterface.php
index ea3a6a8..0fadfa3 100644
--- a/Csrf/TokenStorage/TokenStorageInterface.php
+++ b/Csrf/TokenStorage/TokenStorageInterface.php
@@ -53,7 +53,7 @@ interface TokenStorageInterface
*
* @param string $tokenId The token ID
*
- * @return bool Whether a token exists with the given ID
+ * @return bool Whether a token exists with the given ID
*/
public function hasToken($tokenId);
}