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 65b677c commit 8ddfe27Copy full SHA for 8ddfe27
tests/Support/SupportArrTest.php
@@ -1648,7 +1648,7 @@ public function testFrom()
1648
$this->assertSame($subject, Arr::from($items));
1649
1650
$items = new WeakMap;
1651
- $items[$temp = new class{}] = 'bar';
+ $items[$temp = new class {}] = 'bar';
1652
$this->assertSame(['bar'], Arr::from($items));
1653
1654
$this->expectException(InvalidArgumentException::class);
0 commit comments