mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 17:44:58 +00:00
DX: apply rector rules up to php8.0
This commit is contained in:
@@ -19,17 +19,11 @@ class TranslatableStringTwig extends AbstractExtension
|
||||
{
|
||||
use ContainerAwareTrait;
|
||||
|
||||
/**
|
||||
* @var TranslatableStringHelper
|
||||
*/
|
||||
private $helper;
|
||||
|
||||
/**
|
||||
* TranslatableStringTwig constructor.
|
||||
*/
|
||||
public function __construct(TranslatableStringHelper $translatableStringHelper)
|
||||
public function __construct(private TranslatableStringHelper $helper)
|
||||
{
|
||||
$this->helper = $translatableStringHelper;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user