Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Ausloos committed Sep 19, 2014
1 parent ca88f0c commit 9a1a331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Form/RemoteVideo/RemoteVideoType.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
'type',
'choice',
array(
'choices' => choices,
'choices' => $choices,
'constraints' => array(new NotBlank()),
'required' => true
)
Expand Down

0 comments on commit 9a1a331

Please sign in to comment.