mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
apply rector rules
This commit is contained in:
@@ -22,17 +22,14 @@ use Twig\TwigFunction;
|
||||
*/
|
||||
class MenuTwig extends AbstractExtension implements ContainerAwareInterface
|
||||
{
|
||||
/**
|
||||
* @var \Symfony\Component\DependencyInjection\ContainerInterface
|
||||
*/
|
||||
private $container;
|
||||
private ?\Symfony\Component\DependencyInjection\ContainerInterface $container = null;
|
||||
|
||||
/**
|
||||
* the default parameters for chillMenu.
|
||||
*
|
||||
* @var mixed[]
|
||||
*/
|
||||
private $defaultParams = [
|
||||
private array $defaultParams = [
|
||||
'layout' => '@ChillMain/Menu/defaultMenu.html.twig',
|
||||
'args' => [],
|
||||
'activeRouteKey' => null,
|
||||
|
Reference in New Issue
Block a user