mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
new cs rule: single_line_empty_body
Rule is added to the last version of php-cs-fixer
This commit is contained in:
@@ -34,9 +34,7 @@ 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