Commit fe98cec
committed
bug #18839 People - person singularization (Keeo)
This PR was submitted for the 2.8 branch but it was merged into the 2.3 branch instead (closes #18839).
Discussion
----------
People - person singularization
| Q | A
| ------------- | ---
| Branch? | 2.8
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets |
| License | MIT
| Doc PR |
Bugfix for version 2.8 - more information [#18824]
Commits
-------
02070f9 People - person singularizationFile tree
Expand file treeCollapse file tree
2 files changed
+5
-0
lines changedOpen diff view settings
Filter options
- src/Symfony/Component/PropertyAccess
- Tests
Expand file treeCollapse file tree
2 files changed
+5
-0
lines changedOpen diff view settings
Collapse file
src/Symfony/Component/PropertyAccess/StringUtil.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/StringUtil.php+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
124 | 124 | |
125 | 125 | |
126 | 126 | |
| 127 | + |
| 128 | + |
| 129 | + |
127 | 130 | |
128 | 131 | |
129 | 132 | |
|
Collapse file
src/Symfony/Component/PropertyAccess/Tests/StringUtilTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/Tests/StringUtilTest.php+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
107 | 107 | |
108 | 108 | |
109 | 109 | |
| 110 | + |
| 111 | + |
110 | 112 | |
111 | 113 | |
112 | 114 | |
|
0 commit comments