X7ROOT File Manager
Current Path:
/opt/cpanel/ea-wappspector/vendor/doctrine/inflector/src/Rules/Italian
opt
/
cpanel
/
ea-wappspector
/
vendor
/
doctrine
/
inflector
/
src
/
Rules
/
Italian
/
??
..
??
Inflectible.php
(8.26 KB)
??
InflectorFactory.php
(461 B)
??
Rules.php
(874 B)
??
Uninflected.php
(1.68 KB)
Editing: InflectorFactory.php
<?php declare(strict_types=1); namespace Doctrine\Inflector\Rules\Italian; use Doctrine\Inflector\GenericLanguageInflectorFactory; use Doctrine\Inflector\Rules\Ruleset; final class InflectorFactory extends GenericLanguageInflectorFactory { protected function getSingularRuleset(): Ruleset { return Rules::getSingularRuleset(); } protected function getPluralRuleset(): Ruleset { return Rules::getPluralRuleset(); } }
Upload File
Create Folder