Skip to content

Commit 65b677c

Browse files
committed
[Style] Format SupportArrTest with Pint
1 parent 3925878 commit 65b677c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/Support/SupportArrTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,9 +1648,7 @@ public function testFrom()
16481648
$this->assertSame($subject, Arr::from($items));
16491649

16501650
$items = new WeakMap;
1651-
$items[$temp = new class
1652-
{
1653-
}] = 'bar';
1651+
$items[$temp = new class{}] = 'bar';
16541652
$this->assertSame(['bar'], Arr::from($items));
16551653

16561654
$this->expectException(InvalidArgumentException::class);

0 commit comments

Comments
 (0)