Skip to content

Commit 7e44810

Browse files
committed
Apply fixes from StyleCI
1 parent 9939969 commit 7e44810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Collections/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
use Illuminate\Support\Traits\EnumeratesValues;
1010
use Illuminate\Support\Traits\Macroable;
1111
use InvalidArgumentException;
12-
use Traversable;
1312
use stdClass;
13+
use Traversable;
1414

1515
/**
1616
* @template TKey of array-key

0 commit comments

Comments
 (0)