mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
php cs fixes after updating php cs fixer
This commit is contained in:
@@ -31,7 +31,9 @@ class CustomFieldRenderingTwig extends AbstractExtension
|
||||
'label_layout' => '@ChillCustomFields/CustomField/render_label.html.twig',
|
||||
];
|
||||
|
||||
public function __construct(private readonly CustomFieldsHelper $customFieldsHelper) {}
|
||||
public function __construct(private readonly CustomFieldsHelper $customFieldsHelper)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* (non-PHPdoc).
|
||||
|
Reference in New Issue
Block a user