We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4078ad3 commit be39df1Copy full SHA for be39df1
CHANGELOG.md
@@ -28,7 +28,7 @@ CHANGELOG
28
{
29
public static function getExtendedTypes(): iterable
30
31
- return array(FormType::class);
+ return [FormType::class];
32
}
33
34
// ...
0 commit comments