Skip to content

Commit

Permalink
[String] Fix some spellings in EnglishInflector
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-daubois committed Nov 10, 2024
1 parent 9acefb9 commit b4ce65e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Tests/InflectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public static function pluralizeProvider()
['alumnus', 'alumni'],
['analysis', 'analyses'],
['antenna', 'antennas'], // antennae
['appendix', ['appendicies', 'appendixes']],
['appendix', ['appendices', 'appendixes']],
['arch', 'arches'],
['atlas', 'atlases'],
['axe', 'axes'],
Expand Down Expand Up @@ -229,7 +229,7 @@ public static function pluralizeProvider()
['edge', 'edges'],
['elf', ['elfs', 'elves']],
['emphasis', 'emphases'],
['fax', ['facies', 'faxes']],
['fax', ['faxes', 'faxxes']],
['feedback', 'feedback'],
['focus', 'focuses'],
['foot', 'feet'],
Expand Down Expand Up @@ -258,7 +258,7 @@ public static function pluralizeProvider()
['life', 'lives'],
['louse', 'lice'],
['man', 'men'],
['matrix', ['matricies', 'matrixes']],
['matrix', ['matrices', 'matrixes']],
['medium', 'media'],
['memorandum', 'memoranda'],
['mouse', 'mice'],
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16",
"symfony/string": "^5.4.41|^6.4.9"
"symfony/string": "^5.4.47|^6.4.15"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Inflector\\": "" },
Expand Down

0 comments on commit b4ce65e

Please sign in to comment.