Revert "Added irregular word to inflector: receive"
@@ -144,8 +144,7 @@ class Inflector
'goose' => 'geese',
'foot' => 'feet',
'foe' => 'foes',
- 'sieve' => 'sieves',
- 'receive' => 'receives',
+ 'sieve' => 'sieves'
];
/**
@@ -304,8 +304,7 @@ class InflectorTest extends TestCase
['blue_octopuses', 'blue_octopus'],
['chefs', 'chef'],
['', ''],
- ['pokemon', 'pokemon'],
- ['receives', 'receive'],
+ ['pokemon', 'pokemon']
}