mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-16 17:17:35 +00:00
DX: fix cs
This commit is contained in:
@@ -96,7 +96,7 @@ final class ScopePickerTypeTest extends TypeTestCase
|
||||
|
||||
$translatableStringHelper = $this->prophesize(TranslatableStringHelperInterface::class);
|
||||
$translatableStringHelper->localize(Argument::type('array'))->will(
|
||||
static fn($args) => $args[0]['fr']
|
||||
static fn ($args) => $args[0]['fr']
|
||||
);
|
||||
|
||||
$type = new ScopePickerType(
|
||||
|
||||
Reference in New Issue
Block a user