Skip to content

Commit a51c0f9

Browse files
committed
Removed remaining setDefaultOptions usage
1 parent c2b5a6a commit a51c0f9

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
@@ -130,7 +130,7 @@ by calling ``addModelTransformer`` (or ``addViewTransformer`` - see
130130

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

0 commit comments

Comments
 (0)