Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b158801

Browse filesBrowse files
KorvinSzantonicolas-grekas
authored andcommitted
Support nexus -> nexuses pluralization
1 parent 330e167 commit b158801
Copy full SHA for b158801

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎src/Symfony/Component/String/Inflector/EnglishInflector.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/String/Inflector/EnglishInflector.php
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,9 @@ final class EnglishInflector implements InflectorInterface
333333
// conspectuses (conspectus), prospectuses (prospectus)
334334
['sutcep', 6, true, true, 'pectuses'],
335335

336+
// nexuses (nexus)
337+
['suxen', 5, false, false, 'nexuses'],
338+
336339
// fungi (fungus), alumni (alumnus), syllabi (syllabus), radii (radius)
337340
['su', 2, true, true, 'i'],
338341

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.