Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Inflector][String] wrong plural form of words ending by "pectus" #41147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 10, 2021
Merged

[Inflector][String] wrong plural form of words ending by "pectus" #41147

merged 1 commit into from
May 10, 2021

Conversation

makraz
Copy link
Contributor

@makraz makraz commented May 9, 2021

Q A
Branch? 4.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets Fix #41124
License MIT
Doc PR N/A

Copy link
Member

@Nyholm Nyholm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

I just have two small questions

@@ -269,6 +272,9 @@ final class Inflector
// circuses (circus)
['suc', 3, true, true, 'cuses'],

// conspectuses (conspectus), prospectuses (prospectus)
['sutcep', 6, true, true, 'pectuses'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if this line is removed, will the tests still pass?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, the tests failed
image

@carsonbot carsonbot changed the title [String] wrong plural form of words ending by "pectus" [Inflector][String] wrong plural form of words ending by "pectus" May 10, 2021
@nicolas-grekas
Copy link
Member

Thank you @makraz.

@nicolas-grekas nicolas-grekas merged commit 9c9e645 into symfony:4.4 May 10, 2021
@makraz makraz deleted the inflector-pluralize-issue branch May 10, 2021 14:38
This was referenced May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants