Commit 5aa2b4b
committed
bug symfony#61447 [String] specific fix to avoid 'outag' when inflecting 'outages' (PhilETaylor)
This PR was merged into the 6.4 branch.
Discussion
----------
[String] specific fix to avoid 'outag' when inflecting 'outages'
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no <!-- if yes, also update src/**/CHANGELOG.md -->
| Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md -->
| License | MIT
When inflecting `Outages` with EnglishInflector it would change to the incorrect `Outag` instead of the correct `Outage`
Commits
-------
b408f69 specific fix to avoid 'outag' when inflecting 'outages'File tree
2 files changed
+4
-0
lines changed- src/Symfony/Component/String
- Inflector
- Tests/Inflector
2 files changed
+4
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
169 | 172 | | |
170 | 173 | | |
171 | 174 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
0 commit comments