Skip to content

Commit

Permalink
Apply fixes from StyleCI (#35909)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 15, 2021
1 parent e1d3158 commit f646f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Support/SupportCollectionTest.php
Expand Up @@ -3590,7 +3590,7 @@ public function testReduce($collection)
$this->assertEquals(6, $data->reduce(function ($carry, $element) {
return $carry += $element;
}));

$data = new $collection([
'foo' => 'bar',
'baz' => 'qux',
Expand Down

0 comments on commit f646f8a

Please sign in to comment.