HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/home/lapieza/vendor/doctrine/inflector/lib/Doctrine/Inflector/
Upload File :
Current File : //proc/self/root/home/lapieza/vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
<?php

declare(strict_types=1);

namespace Doctrine\Inflector;

interface WordInflector
{
    public function inflect(string $word): string;
}