/opt/cpanel/ea-wappspector/vendor/doctrine/inflector/src/Rules/English
NameSizeModeActions
Inflectible.php119390644editdlrm
InflectorFactory.php4610644editdlrm
Rules.php8740644editdlrm
Uninflected.php65430644editdlrm
Edit: /opt/cpanel/ea-wappspector/vendor/doctrine/inflector/src/Rules/English/Rules.php (874B)
getFlippedSubstitutions() ); } public static function getPluralRuleset(): Ruleset { return new Ruleset( new Transformations(...Inflectible::getPlural()), new Patterns(...Uninflected::getPlural()), new Substitutions(...Inflectible::getIrregular()) ); } }