Skip to content

Commit

Permalink
Merge pull request #14675 from laravel/analysis-8PeepW
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
taylorotwell authored Aug 7, 2016
2 parents 1051396 + 20298e7 commit 1873943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Support/SupportCollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ public function testKeyByClosure()
});
$this->assertEquals([
'0-taylorotwell' => ['firstname' => 'Taylor', 'lastname' => 'Otwell', 'locale' => 'US'],
'1-lucasmichot' => ['firstname' => 'Lucas', 'lastname' => 'Michot', 'locale' => 'FR'],
'1-lucasmichot' => ['firstname' => 'Lucas', 'lastname' => 'Michot', 'locale' => 'FR'],
], $result->all());
}

Expand Down

0 comments on commit 1873943

Please sign in to comment.