Skip to content

Commit be39df1

Browse files
committed
fixed CS
1 parent 4078ad3 commit be39df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ CHANGELOG
2828
{
2929
public static function getExtendedTypes(): iterable
3030
{
31-
return array(FormType::class);
31+
return [FormType::class];
3232
}
3333

3434
// ...

0 commit comments

Comments
 (0)