X7ROOT File Manager
Current Path:
/opt/cpanel/ea-wappspector/vendor/doctrine/inflector/src
opt
/
cpanel
/
ea-wappspector
/
vendor
/
doctrine
/
inflector
/
src
/
??
..
??
CachedWordInflector.php
(511 B)
??
GenericLanguageInflectorFactory.php
(1.64 KB)
??
Inflector.php
(12.55 KB)
??
InflectorFactory.php
(1.65 KB)
??
Language.php
(526 B)
??
LanguageInflectorFactory.php
(805 B)
??
NoopWordInflector.php
(201 B)
??
Rules
??
RulesetInflector.php
(1.32 KB)
??
WordInflector.php
(143 B)
Editing: NoopWordInflector.php
<?php declare(strict_types=1); namespace Doctrine\Inflector; class NoopWordInflector implements WordInflector { public function inflect(string $word): string { return $word; } }
Upload File
Create Folder