]> Raphaƫl G. Git Repositories - userbundle/blobdiff - Handler/LogoutSuccessHandler.php
Migrate doc to code
[userbundle] / Handler / LogoutSuccessHandler.php
index 57392ddfac6413e6cb57675078ccac22b1e2c1ac..de862d5a88410b06e096be7d230e3476856844d0 100644 (file)
@@ -32,6 +32,9 @@ class LogoutSuccessHandler extends DefaultLogoutSuccessHandler {
        protected $targetUrl;
 
        /**
+        * @xxx Second argument will be replaced by security.firewalls.main.logout.target
+        * @see vendor/symfony/security-bundle/DependencyInjection/SecurityExtension.php +360
+        *
         * {@inheritdoc}
         */
        public function __construct(ContainerInterface $container, string $targetUrl = '/', RouterInterface $router) {