Skip to content

Commit b120697

Browse files
committed
minor symfony#18169 Fix leftover conflict marker in UPGRADE-3.0.md (guilliamxavier)
This PR was merged into the 3.0 branch. Discussion ---------- Fix leftover conflict marker in UPGRADE-3.0.md | Q | A | ------------- | --- | Branch | 3.0 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | | Fixed tickets | | License | MIT | Doc PR | Presumably after resolving a merge conflict, a parasite line `>>>>>>> 2.8` was introduced as part of commit 67df429: * symfony@67df429#diff-0901ceb76939b17cd920bc69aa52d21fR406 * https://github.com/symfony/symfony/blame/67df429d99c1cf55227f8bb065f88872e5b3edeb/UPGRADE-3.0.md#L406 The present PR just deletes this line 406. Commits ------- b47220a Fix leftover conflict marker in UPGRADE-3.0.md
2 parents 28500db + b47220a commit b120697

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

UPGRADE-3.0.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ UPGRADE FROM 2.x to 3.0
403403

404404
* The `choice_list` option of `ChoiceType` was removed.
405405

406-
>>>>>>> 2.8
407406
* The option "precision" was renamed to "scale".
408407

409408
Before:

0 commit comments

Comments
 (0)