8000 Use array long syntax · symfony/symfony@edb95f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit edb95f8

Browse files
Mathieu Piotmpiot
Mathieu Piot
authored andcommitted
Use array long syntax
1 parent aada72c commit edb95f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Extension/Core/Type/FormType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public function configureOptions(OptionsResolver $resolver)
184184

185185
$resolver->setAllowedTypes('label_attr', 'array');
186186
$resolver->setAllowedTypes('upload_max_size_message', array('callable'));
187-
$resolver->setAllowedTypes('help', ['string', 'NULL']);
187+
$resolver->setAllowedTypes('help', array('string', 'NULL'));
188188
}
189189

190190
/**

0 commit comments

Comments
 (0)
0