Skip to content

Commit 57fa634

Browse files
committed
bug #5270 Use OptionsResolver (tacman)
This PR was merged into the 2.7 branch. Discussion ---------- Use OptionsResolver instead of OptionsResolverInterface Commits ------- 857f96a Use OptionsResolver
2 parents 075a4b5 + 857f96a commit 57fa634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/data_transformers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ First, create the custom field type class::
281281
$builder->addModelTransformer($transformer);
282282
}
283283

284-
public function configureOptions(OptionsResolverInterface $resolver)
284+
public function configureOptions(OptionsResolver $resolver)
285285
{
286286
$resolver->setDefaults(array(
287287
'invalid_message' => 'The selected issue does not exist',

0 commit comments

Comments
 (0)