mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-07 14:39:41 +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