Skip to content

Commit 5826579

Browse files
Merge branch 'main' of github.com:stfndamjanovic/php-random-hash
2 parents bd5fd0d + e68d995 commit 5826579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RandomStringTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
namespace Stfn\RandomString\Tests;
44

55
use PHPUnit\Framework\TestCase;
6-
use Stfn\RandomString\StringConfig;
76
use Stfn\RandomString\InvalidStringConfigException;
87
use Stfn\RandomString\RandomString;
8+
use Stfn\RandomString\StringConfig;
99

1010
class RandomStringTest extends TestCase
1111
{

0 commit comments

Comments
 (0)