Skip to content

Commit e45bcbf

Browse files
committed
Apply fixes from StyleCI
1 parent 9b9309d commit e45bcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Collections/Collection.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
use Illuminate\Support\Traits\Macroable;
1010
use Illuminate\Support\Traits\TransformsToResourceCollection;
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)