chore: update package files

This commit is contained in:
Ben Ramsey
2021-08-06 14:05:57 -05:00
parent 90a87a7543
commit c005f69d6e
67 changed files with 890 additions and 615 deletions
@@ -14,6 +14,8 @@ use function hash;
class DefaultNameGeneratorTest extends TestCase
{
/**
* @param non-empty-string $ns
*
* @dataProvider provideNamesForHashingTest
*/
public function testDefaultNameGeneratorHashesName(string $ns, string $name, string $algorithm): void