📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 21:05:43
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
doctrine
/
inflector
/
src
✏️
Editing: WordInflector.php
<?php declare(strict_types=1); namespace Doctrine\Inflector; interface WordInflector { public function inflect(string $word): string; }
💾 Save Changes
❌ Cancel