mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-04 03:08:25 +00:00 
			
		
		
		
	php cs fixes after updating php cs fixer
This commit is contained in:
		@@ -17,7 +17,9 @@ class CustomizeFormEvent extends \Symfony\Contracts\EventDispatcher\Event
 | 
			
		||||
{
 | 
			
		||||
    final public const NAME = 'chill_main.customize_form';
 | 
			
		||||
 | 
			
		||||
    public function __construct(protected string $type, protected FormBuilderInterface $builder) {}
 | 
			
		||||
    public function __construct(protected string $type, protected FormBuilderInterface $builder)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function getBuilder(): FormBuilderInterface
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user