diff options
author | Tobias Schultze <webmaster@tubo-world.de> | 2015-07-03 23:44:03 +0200 |
---|---|---|
committer | Tobias Schultze <webmaster@tubo-world.de> | 2015-10-18 22:34:15 +0200 |
commit | d355322988b1c1d1798e19c41cc86b4169c31f2a (patch) | |
tree | 1fc6212ee85291ebf9c8bcbbb2810dac2e701934 /Http/Logout/LogoutUrlGenerator.php | |
parent | 4786bbb2ac01bb89fc7aceb36bfe8cfe05dde675 (diff) | |
download | symfony-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.php | 2 |
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 * |