b0y-101 Mini Shell


Current Path : E:/www/risk/libraries/vendor/doctrine/inflector/lib/Doctrine/Inflector/
File Upload :
Current File : E:/www/risk/libraries/vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php

<?php

declare(strict_types=1);

namespace Doctrine\Inflector;

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

Copyright © 2019 by b0y-101