/opt/cpanel/ea-wappspector/vendor/doctrine/inflector/src/Rules/Portuguese
NameSizeModeActions
Inflectible.php56480644editdlrm
InflectorFactory.php4640644editdlrm
Rules.php8770644editdlrm
Uninflected.php6880644editdlrm
Edit: /opt/cpanel/ea-wappspector/vendor/doctrine/inflector/src/Rules/Portuguese/Rules.php (877B)
getFlippedSubstitutions() ); } public static function getPluralRuleset(): Ruleset { return new Ruleset( new Transformations(...Inflectible::getPlural()), new Patterns(...Uninflected::getPlural()), new Substitutions(...Inflectible::getIrregular()) ); } }