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