Skip to content

Commit 02f3144

Browse files
committed
Apply fixes from StyleCI
1 parent b40fdcd commit 02f3144

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Illuminate/Validation/Rules/In.php

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

55
use BackedEnum;
6-
use Stringable;
76
use Illuminate\Contracts\Support\Arrayable;
7+
use Stringable;
88
use UnitEnum;
99

1010
class In implements Stringable

src/Illuminate/Validation/Rules/NotIn.php

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

55
use BackedEnum;
6-
use Stringable;
76
use Illuminate\Contracts\Support\Arrayable;
7+
use Stringable;
88
use UnitEnum;
99

1010
class NotIn implements Stringable

0 commit comments

Comments
 (0)