summaryrefslogtreecommitdiffstats
path: root/Http/Firewall
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/Firewall
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/Firewall')
-rw-r--r--Http/Firewall/LogoutListener.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Http/Firewall/LogoutListener.php b/Http/Firewall/LogoutListener.php
index 06454a3..63ad673 100644
--- a/Http/Firewall/LogoutListener.php
+++ b/Http/Firewall/LogoutListener.php
@@ -57,7 +57,6 @@ class LogoutListener implements ListenerInterface
* Adds a logout handler
*
* @param LogoutHandlerInterface $handler
- * @return void
*/
public function addHandler(LogoutHandlerInterface $handler)
{