Skip to content

Commit 0bc5549

Browse files
authored
another style guide fix
1 parent 012dba2 commit 0bc5549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Validation/ValidationRequiredIfTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
namespace Illuminate\Tests\Validation;
44

55
use Exception;
6-
use InvalidArgumentException;
76
use Illuminate\Validation\Rules\RequiredIf;
7+
use InvalidArgumentException;
88
use PHPUnit\Framework\TestCase;
99

1010
class ValidationRequiredIfTest extends TestCase

0 commit comments

Comments
 (0)