░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
vps.doorgans.com
LOCATION:
/opt/cpanel/ea-wappspector/vendor/doctrine/inflector/src/Rules/French
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: Uninflected.php
<?php declare(strict_types=1); namespace Doctrine\Inflector\Rules\French; use Doctrine\Inflector\Rules\Pattern; final class Uninflected { /** @return Pattern[] */ public static function getSingular(): iterable { yield from self::getDefault(); yield new Pattern('bois'); yield new Pattern('mas'); } /** @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
1.8 KB
2025-08-10 19:31
EDIT
📄 InflectorFactory.php
PHP
460 B
2025-08-10 19:31
EDIT
📄 Rules.php
PHP
873 B
2025-08-10 19:31
EDIT
📄 Uninflected.php
PHP
599 B
2025-08-10 19:31
EDIT