mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 09:34:59 +00:00
DX: rector rules upt to PHP 74
This commit is contained in:
@@ -96,9 +96,7 @@ final class ScopePickerTypeTest extends TypeTestCase
|
||||
|
||||
$translatableStringHelper = $this->prophesize(TranslatableStringHelperInterface::class);
|
||||
$translatableStringHelper->localize(Argument::type('array'))->will(
|
||||
static function ($args) {
|
||||
return $args[0]['fr'];
|
||||
}
|
||||
static fn($args) => $args[0]['fr']
|
||||
);
|
||||
|
||||
$type = new ScopePickerType(
|
||||
|
Reference in New Issue
Block a user