doctrine / inflector

Doctrine Inflector is a small library that can perform string manipulations with regard to uppercase/lowercase and singular/plural forms of words.
https://www.doctrine-project.org/projects/inflector.html
MIT License
11.26k stars 137 forks source link

Update Inflectible.php #236

Closed DannyCooper closed 1 year ago

DannyCooper commented 1 year ago

"Brownies" has the same issue as "Cookies" previously had, where singularize returns browny not brownies.

malarzm commented 1 year ago

Please include test from #237 here and give the commit a more meaningful title :)

DannyCooper commented 1 year ago

Fixed in https://github.com/doctrine/inflector/pull/236