summaryrefslogtreecommitdiffstats
path: root/Http/Logout/LogoutUrlGenerator.php
diff options
context:
space:
mode:
authorTobias Schultze <webmaster@tubo-world.de>2015-07-03 23:44:03 +0200
committerTobias Schultze <webmaster@tubo-world.de>2015-10-18 22:34:15 +0200
commitd355322988b1c1d1798e19c41cc86b4169c31f2a (patch)
tree1fc6212ee85291ebf9c8bcbbb2810dac2e701934 /Http/Logout/LogoutUrlGenerator.php
parent4786bbb2ac01bb89fc7aceb36bfe8cfe05dde675 (diff)
downloadsymfony-security-d355322988b1c1d1798e19c41cc86b4169c31f2a.zip
symfony-security-d355322988b1c1d1798e19c41cc86b4169c31f2a.tar.gz
symfony-security-d355322988b1c1d1798e19c41cc86b4169c31f2a.tar.bz2
[Routing] deprecate the old url generator reference type values
Diffstat (limited to 'Http/Logout/LogoutUrlGenerator.php')
-rw-r--r--Http/Logout/LogoutUrlGenerator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Logout/LogoutUrlGenerator.php b/Http/Logout/LogoutUrlGenerator.php
index 298c224..ff7ea5b 100644
--- a/Http/Logout/LogoutUrlGenerator.php
+++ b/Http/Logout/LogoutUrlGenerator.php
@@ -86,7 +86,7 @@ class LogoutUrlGenerator
* Generates the logout URL for the firewall.
*
* @param string|null $key The firewall key or null to use the current firewall key
- * @param bool|string $referenceType The type of reference (one of the constants in UrlGeneratorInterface)
+ * @param int $referenceType The type of reference (one of the constants in UrlGeneratorInterface)
*
* @return string The logout URL
*