You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#57759 Fix typo in typo fix (alsciende)
This PR was submitted for the 7.2 branch but it was merged into the 7.1 branch instead.
Discussion
----------
Fix typo in typo fix
| Q | A
| ------------- | ---
| Branch? | 7.1
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | none
| License | MIT
A quick typo fix in the UPGRADE doc.
Commits
-------
da5bcdb Fix typo in typo fix
Copy file name to clipboardExpand all lines: UPGRADE-7.1.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ SecurityBundle
214
214
Serializer
215
215
----------
216
216
217
-
* Deprecate the `withDefaultContructorArguments()` method of `AbstractNormalizerContextBuilder`, use `withDefaultContructorArguments()` instead (note the typo in the old method name)
217
+
* Deprecate the `withDefaultContructorArguments()` method of `AbstractNormalizerContextBuilder`, use `withDefaultConstructorArguments()` instead (note the typo in the old method name)
0 commit comments