Commit f749f5e
committed
bug #45839 [Translation] Fix intersect in TranslatorBag (ossinkine)
This PR was merged into the 5.4 branch.
Discussion
----------
[Translation] Fix intersect in TranslatorBag
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| License | MIT
Actually `TranslatorBag::intersect` does the same as `TranslatorBag::diff`, you can see this in tests. This PR fixes it.
Commits
-------
363b151 Fix intersect in TranslatorBagFile tree
2 files changed
+6
-3
lines changed- src/Symfony/Component/Translation
- Tests
2 files changed
+6
-3
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
| 85 | + | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
| |||
0 commit comments