golden hour
/opt/cpanel/ea-wappspector/vendor/doctrine/inflector/src/Rules/Esperanto
⬆️ Go Up
Upload
File/Folder
Size
Actions
Inflectible.php
738 B
Del
OK
InflectorFactory.php
463 B
Del
OK
Rules.php
876 B
Del
OK
Uninflected.php
532 B
Del
OK
Edit: 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(''); } }
Save