Skip to content

Commit af7806c

Browse files
authored
:/ another style guide fix
1 parent 5ecdd12 commit af7806c

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
@@ -2,9 +2,9 @@
22

33
namespace Illuminate\Tests\Validation;
44

5+
use Exception;
56
use Illuminate\Validation\Rules\RequiredIf;
67
use PHPUnit\Framework\TestCase;
7-
use Exception;
88

99
class ValidationRequiredIfTest extends TestCase
1010
{

0 commit comments

Comments
 (0)