From f84806fe7cc185c547ef13d5cdb71b4831c0b099 Mon Sep 17 00:00:00 2001 From: gnito-org <70450336+gnito-org@users.noreply.github.com> Date: Tue, 14 Dec 2021 16:32:53 -0400 Subject: [PATCH 1/2] Correct the spelling of matracies to matraces --- src/Symfony/Component/Inflector/Tests/InflectorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Inflector/Tests/InflectorTest.php b/src/Symfony/Component/Inflector/Tests/InflectorTest.php index e232c263f8a1e..c18567c0ad54f 100644 --- a/src/Symfony/Component/Inflector/Tests/InflectorTest.php +++ b/src/Symfony/Component/Inflector/Tests/InflectorTest.php @@ -242,7 +242,7 @@ public function pluralizeProvider() ['life', 'lives'], ['louse', 'lice'], ['man', 'men'], - ['matrix', ['matricies', 'matrixes']], + ['matrix', ['matrices', 'matrixes']], ['mouse', 'mice'], ['move', 'moves'], ['movie', 'movies'], From 4e81f69752ce5c128bb9c689ad390214f23b939b Mon Sep 17 00:00:00 2001 From: gnito-org <70450336+gnito-org@users.noreply.github.com> Date: Wed, 15 Dec 2021 07:58:09 -0400 Subject: [PATCH 2/2] Remove fabbot.io's ingrown toenails --- src/Symfony/Component/Inflector/Tests/InflectorTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/Inflector/Tests/InflectorTest.php b/src/Symfony/Component/Inflector/Tests/InflectorTest.php index c18567c0ad54f..67d256c7b742a 100644 --- a/src/Symfony/Component/Inflector/Tests/InflectorTest.php +++ b/src/Symfony/Component/Inflector/Tests/InflectorTest.php @@ -80,12 +80,12 @@ public function singularizeProvider() ['formulas', 'formula'], ['conspectuses', 'conspectus'], ['fungi', 'fungus'], - ['funguses', ['fungus', 'funguse', 'fungusis']], + ['fungi', ['fungus', 'funguse', 'fungusis']], ['garages', ['garag', 'garage']], ['geese', 'goose'], ['halves', ['half', 'halve', 'halff']], ['hats', 'hat'], - ['heroes', ['hero', 'heroe']], + ['heroes', ['hero', 'hero']], ['hippopotamuses', ['hippopotamus', 'hippopotamuse', 'hippopotamusis']], //hippopotami ['hoaxes', 'hoax'], ['hooves', ['hoof', 'hoove', 'hooff']],