PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
doctrine
/
inflector
/
lib
/
Doctrine
/
Inflector
<?php declare (strict_types=1); namespace RectorPrefix202411\Doctrine\Inflector; class NoopWordInflector implements WordInflector { public function inflect(string $word) : string { return $word; } }
[-] Language.php
[edit]
[+]
..
[-] RulesetInflector.php
[edit]
[-] GenericLanguageInflectorFactory.php
[edit]
[+]
Rules
[-] CachedWordInflector.php
[edit]
[-] NoopWordInflector.php
[edit]
[-] WordInflector.php
[edit]
[-] InflectorFactory.php
[edit]
[-] LanguageInflectorFactory.php
[edit]
[-] Inflector.php
[edit]