squirrelphp/strings

View on GitHub
src/RandomStringGeneratorSelectInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace Squirrel\Strings;

interface RandomStringGeneratorSelectInterface
{
    public function getGenerator(string $name): RandomStringGeneratorInterface;
}