Skip to content

Commit 0f4b660

Browse files
committed
Apply fixes from StyleCI
1 parent 07df90b commit 0f4b660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ReflectionClosure5Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
use Foo\Bar as Baz;
44
use Foo\Baz\Qux;
55
use Foo\Baz\Qux\Forest;
6-
use Tests\Fixtures\Model;
76
use Laravel\SerializableClosure\Support\ReflectionClosure;
7+
use Tests\Fixtures\Model;
88

99
test('is short closure', function () {
1010
$f1 = fn () => 1;

0 commit comments

Comments
 (0)