Skip to content

Commit d6a3fa1

Browse files
committed
Fix cs
1 parent 2a018cc commit d6a3fa1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/ValidationErrorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Selective\Validation\Test;
44

5-
use Selective\Validation\ValidationError;
65
use PHPUnit\Framework\TestCase;
6+
use Selective\Validation\ValidationError;
77

88
/**
99
* Tests.

tests/ValidationExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace Selective\Validation\Test;
44

5-
use Selective\Validation\ValidationException;
65
use PHPUnit\Framework\TestCase;
76
use RuntimeException;
7+
use Selective\Validation\ValidationException;
88

99
/**
1010
* Tests.

tests/ValidationResultTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace Selective\Validation\Test;
44

5+
use PHPUnit\Framework\TestCase;
56
use Selective\Validation\ValidationError;
67
use Selective\Validation\ValidationResult;
7-
use PHPUnit\Framework\TestCase;
88

99
/**
1010
* ValidationResult tests.

0 commit comments

Comments
 (0)