mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-11 00:17:45 +00:00
php cs fixes after updating php cs fixer
This commit is contained in:
@@ -16,7 +16,9 @@ use Chill\ThirdPartyBundle\Templating\Entity\ThirdPartyRender;
|
||||
|
||||
class LabelThirdPartyHelper
|
||||
{
|
||||
public function __construct(private readonly ThirdPartyRender $thirdPartyRender, private readonly ThirdPartyRepository $thirdPartyRepository) {}
|
||||
public function __construct(private readonly ThirdPartyRender $thirdPartyRender, private readonly ThirdPartyRepository $thirdPartyRepository)
|
||||
{
|
||||
}
|
||||
|
||||
public function getLabel(string $key, array $values, string $header): callable
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user