We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ca04f commit e68d995Copy full SHA for e68d995
tests/RandomStringTest.php
@@ -3,9 +3,9 @@
3
namespace Stfn\RandomString\Tests;
4
5
use PHPUnit\Framework\TestCase;
6
-use Stfn\RandomString\StringConfig;
7
use Stfn\RandomString\InvalidStringConfigException;
8
use Stfn\RandomString\RandomString;
+use Stfn\RandomString\StringConfig;
9
10
class RandomStringTest extends TestCase
11
{
0 commit comments