DX: more code style fixes

This commit is contained in:
2022-11-02 14:06:10 +01:00
parent c872ca7204
commit 60f93f7f12
21 changed files with 131 additions and 47 deletions

View File

@@ -96,7 +96,9 @@ final class ScopePickerTypeTest extends TypeTestCase
$translatableStringHelper = $this->prophesize(TranslatableStringHelperInterface::class);
$translatableStringHelper->localize(Argument::type('array'))->will(
static function ($args) { return $args[0]['fr']; }
static function ($args) {
return $args[0]['fr'];
}
);
$type = new ScopePickerType(