Skip to content

Commit

Permalink
Removed remaining setDefaultOptions usage
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Apr 3, 2015
1 parent c2b5a6a commit a51c0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/form/data_transformers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ by calling ``addModelTransformer`` (or ``addViewTransformer`` - see

// the "em" is an option that you pass when creating your form. Check out
// the 3rd argument to createForm in the next code block to see how this
// is passed to the form (also see setDefaultOptions).
// is passed to the form (see also configureOptions).
$entityManager = $options['em'];
$transformer = new IssueToNumberTransformer($entityManager);

Expand Down

0 comments on commit a51c0f9

Please sign in to comment.