Skip to content

Commit

Permalink
Merge branch '4.4' into 5.4
Browse files Browse the repository at this point in the history
* 4.4:
  CS fixes
  Bump Symfony version to 4.4.44
  Update VERSION for 4.4.43
  Update CONTRIBUTORS for 4.4.43
  Update CHANGELOG for 4.4.43
  • Loading branch information
nicolas-grekas committed Jun 27, 2022
2 parents 6157dac + 6f65114 commit 7874d35
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Tests/InflectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function singularizeProvider()
['halves', ['half', 'halve', 'halff']],
['hats', 'hat'],
['heroes', ['hero', 'heroe']],
['hippopotamuses', ['hippopotamus', 'hippopotamuse', 'hippopotamusis']], //hippopotami
['hippopotamuses', ['hippopotamus', 'hippopotamuse', 'hippopotamusis']], // hippopotami
['hoaxes', 'hoax'],
['hooves', ['hoof', 'hoove', 'hooff']],
['houses', ['hous', 'house', 'housis']],
Expand Down Expand Up @@ -133,7 +133,7 @@ public function singularizeProvider()
['roses', ['ros', 'rose', 'rosis']],
['sandwiches', ['sandwich', 'sandwiche']],
['scarves', ['scarf', 'scarve', 'scarff']],
['schemas', 'schema'], //schemata
['schemas', 'schema'], // schemata
['seasons', 'season'],
['selfies', 'selfie'],
['series', 'series'],
Expand Down Expand Up @@ -179,7 +179,7 @@ public function pluralizeProvider()
['agenda', 'agendas'],
['alumnus', 'alumni'],
['analysis', 'analyses'],
['antenna', 'antennas'], //antennae
['antenna', 'antennas'], // antennae
['appendix', ['appendicies', 'appendixes']],
['arch', 'arches'],
['atlas', 'atlases'],
Expand Down Expand Up @@ -224,15 +224,15 @@ public function pluralizeProvider()
['feedback', 'feedback'],
['focus', 'focuses'],
['foot', 'feet'],
['formula', 'formulas'], //formulae
['formula', 'formulas'], // formulae
['conspectus', 'conspectuses'],
['fungus', 'fungi'],
['garage', 'garages'],
['goose', 'geese'],
['half', ['halfs', 'halves']],
['hat', 'hats'],
['hero', 'heroes'],
['hippopotamus', 'hippopotami'], //hippopotamuses
['hippopotamus', 'hippopotami'], // hippopotamuses
['hoax', 'hoaxes'],
['hoof', ['hoofs', 'hooves']],
['house', 'houses'],
Expand Down Expand Up @@ -272,7 +272,7 @@ public function pluralizeProvider()
['rose', 'roses'],
['sandwich', 'sandwiches'],
['scarf', ['scarfs', 'scarves']],
['schema', 'schemas'], //schemata
['schema', 'schemas'], // schemata
['season', 'seasons'],
['selfie', 'selfies'],
['series', 'series'],
Expand Down

0 comments on commit 7874d35

Please sign in to comment.