Commit 4a41159
committed
minor symfony#52319 [DoctrineBridge] Fix exception message (OskarStark)
This PR was merged into the 5.4 branch.
Discussion
----------
[DoctrineBridge] Fix exception message
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | --
| License | MIT
It is the third, not the second argument.
Commits
-------
5b4961f [DoctrineBridge] Fix exception messageFile tree
2 files changed
+2
-2
lines changed- src/Symfony/Bridge/Doctrine
- Form/ChoiceList
- Tests/Form/ChoiceList
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
429 | | - | |
| 429 | + | |
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
| |||
0 commit comments