summaryrefslogtreecommitdiffstats
path: root/Http/Session
diff options
context:
space:
mode:
authorHelmer Aaviksoo <helmer.aaviksoo@gmail.com>2011-10-07 11:15:35 +0300
committerHelmer Aaviksoo <helmer.aaviksoo@gmail.com>2011-10-07 11:15:35 +0300
commit6bfd7888e845d89b550d2c40b09b44312f327fa5 (patch)
tree894063a6507a0021b06842e75e68e7fd98ee539d /Http/Session
parent323d5fe1c067338a5ebe99d97b91b8ab9f90218c (diff)
downloadsymfony-security-6bfd7888e845d89b550d2c40b09b44312f327fa5.zip
symfony-security-6bfd7888e845d89b550d2c40b09b44312f327fa5.tar.gz
symfony-security-6bfd7888e845d89b550d2c40b09b44312f327fa5.tar.bz2
Removed redundant "@return void"-s
Diffstat (limited to 'Http/Session')
-rw-r--r--Http/Session/SessionAuthenticationStrategyInterface.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/Http/Session/SessionAuthenticationStrategyInterface.php b/Http/Session/SessionAuthenticationStrategyInterface.php
index 54924ac..5bc6b80 100644
--- a/Http/Session/SessionAuthenticationStrategyInterface.php
+++ b/Http/Session/SessionAuthenticationStrategyInterface.php
@@ -32,8 +32,6 @@ interface SessionAuthenticationStrategyInterface
*
* @param Request $request
* @param TokenInterface $token
- *
- * @return void
*/
function onAuthentication(Request $request, TokenInterface $token);
}