Skip to content

Commit f646f8a

Browse files
authored
Apply fixes from StyleCI (#35909)
1 parent e1d3158 commit f646f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Support/SupportCollectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3590,7 +3590,7 @@ public function testReduce($collection)
35903590
$this->assertEquals(6, $data->reduce(function ($carry, $element) {
35913591
return $carry += $element;
35923592
}));
3593-
3593+
35943594
$data = new $collection([
35953595
'foo' => 'bar',
35963596
'baz' => 'qux',

0 commit comments

Comments
 (0)