Skip to content

Commit

Permalink
Revert "Added irregular word to inflector: receive"
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharris committed Jan 4, 2018
1 parent bde36fb commit bf6af46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/Utility/Inflector.php
Expand Up @@ -144,8 +144,7 @@ class Inflector
'goose' => 'geese',
'foot' => 'feet',
'foe' => 'foes',
'sieve' => 'sieves',
'receive' => 'receives',
'sieve' => 'sieves'
];

/**
Expand Down
3 changes: 1 addition & 2 deletions tests/TestCase/Utility/InflectorTest.php
Expand Up @@ -304,8 +304,7 @@ public function pluralizeProvider()
['blue_octopuses', 'blue_octopus'],
['chefs', 'chef'],
['', ''],
['pokemon', 'pokemon'],
['receives', 'receive'],
['pokemon', 'pokemon']
];
}

Expand Down

0 comments on commit bf6af46

Please sign in to comment.