Skip to content

Commit

Permalink
Merge pull request #69 from nomad-software/fixed-valves-to-valve
Browse files Browse the repository at this point in the history
Fixed valves/valve.
  • Loading branch information
malarzm authored Jan 8, 2018
2 parents 35e0aa0 + 4d90fc1 commit 8dfc457
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Doctrine/Common/Inflector/Inflector.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ class Inflector
'tornado' => 'tornadoes',
'trilby' => 'trilbys',
'turf' => 'turfs',
'valve' => 'valves',
'volcano' => 'volcanoes',
)
);
Expand Down Expand Up @@ -220,6 +221,7 @@ class Inflector
'neuroses' => 'neurosis',
'waves' => 'wave',
'oases' => 'oasis',
'valves' => 'valve',
)
);

Expand Down
1 change: 1 addition & 0 deletions tests/Doctrine/Tests/Common/Inflector/InflectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public function dataSampleWords() : array
array('try', 'tries'),
array('vertex', 'vertices'),
array('virus', 'viri'),
array('valve', 'valves'),
array('volcano', 'volcanoes'),
array('wash', 'washes'),
array('watch', 'watches'),
Expand Down

0 comments on commit 8dfc457

Please sign in to comment.