We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3925878 commit 65b677cCopy full SHA for 65b677c
tests/Support/SupportArrTest.php
@@ -1648,9 +1648,7 @@ public function testFrom()
1648
$this->assertSame($subject, Arr::from($items));
1649
1650
$items = new WeakMap;
1651
- $items[$temp = new class
1652
- {
1653
- }] = 'bar';
+ $items[$temp = new class{}] = 'bar';
1654
$this->assertSame(['bar'], Arr::from($items));
1655
1656
$this->expectException(InvalidArgumentException::class);
0 commit comments