Skip to content

Commit ab01d08

Browse files
committed
minor symfony#5141 Removed remaining setDefaultOptions usage (WouterJ)
This PR was merged into the 2.7 branch. Discussion ---------- Removed remaining setDefaultOptions usage Commits ------- a51c0f9 Removed remaining setDefaultOptions usage
2 parents 11138a9 + a51c0f9 commit ab01d08

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)