remove outdated deprecated message

This commit is contained in:
Mathieu Jaumotte 2022-07-11 16:17:38 +02:00
parent 04fc5b6614
commit 38deaf6f36

View File

@ -56,8 +56,6 @@ class MenuTwig extends AbstractExtension implements ContainerAwareInterface
* - layout: the layout. Absolute path needed (i.e.: ChillXyzBundle:section:foo.html.twig) * - layout: the layout. Absolute path needed (i.e.: ChillXyzBundle:section:foo.html.twig)
* - activeRouteKey : the key active, will render the menu differently. * - activeRouteKey : the key active, will render the menu differently.
* *
* @deprecated link: see https://redmine.champs-libres.coop/issues/179 for more informations
*
* @param string $menuId * @param string $menuId
* @param mixed[] $params * @param mixed[] $params
*/ */