[FrameworkBundle] fix typo

This commit is contained in:
Nicolas Grekas 2020-02-09 21:32:53 +01:00
parent 477ee19778
commit 332fa65f69

View File

@ -22,7 +22,7 @@ class GoneRouteConfigurator extends RouteConfigurator
use AddTrait;
/**
* @param bool $permanent Whether the redirection is permanent
* @param bool $permanent Whether the route is gone permanently
*
* @return $this
*/