mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
apply rector rules
This commit is contained in:
@@ -26,15 +26,12 @@ use Twig\TwigFunction;
|
||||
*/
|
||||
class CustomFieldRenderingTwig extends AbstractExtension implements ContainerAwareInterface
|
||||
{
|
||||
/**
|
||||
* @var Container The container
|
||||
*/
|
||||
private $container;
|
||||
private ?\Symfony\Component\DependencyInjection\ContainerInterface $container = null;
|
||||
|
||||
/**
|
||||
* @var array The default parameters
|
||||
*/
|
||||
private $defaultParams = [
|
||||
private array $defaultParams = [
|
||||
'label_layout' => 'ChillCustomFieldsBundle:CustomField:render_label.html.twig',
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user