Skip to content

Commit

Permalink
Fix address not being inflected correctly.
Browse files Browse the repository at this point in the history
The unification of the uninflected rules caused address(es)? to be
inflected incorrectly. Removing that special case seems like the best
option.
  • Loading branch information
markstory committed Sep 23, 2014
1 parent 4127c62 commit b176dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utility/Inflector.php
Expand Up @@ -150,7 +150,7 @@ class Inflector {
*/
protected static $_uninflected = array(
'.*[nrlm]ese', '.*data', '.*deer', '.*fish', '.*measles', '.*ois',
'.*pox', '.*sheep', '.*ss', 'people', 'feedback', 'stadia', '.*?media',
'.*pox', '.*sheep', 'people', 'feedback', 'stadia', '.*?media',
'chassis', 'clippers', 'debris', 'diabetes', 'equipment', 'gallows',
'graffiti', 'headquarters', 'information', 'innings', 'news', 'nexus',
'proceedings', 'research', 'sea[- ]bass', 'series', 'species', 'weather'
Expand Down

0 comments on commit b176dd8

Please sign in to comment.