Skip to content

Commit

Permalink
Fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
anubisthejackle committed Dec 4, 2020
1 parent c477f73 commit 99735fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Http/Client/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public function assertSentCount($count)
public function assertSentInOrder($requestSequence)
{
$this->assertSentCount(count($requestSequence));

foreach ($requestSequence as $orderPosition => $url) {
PHPUnit::assertEquals($url, $this->recorded[$orderPosition][0]->url());
}
Expand Down

0 comments on commit 99735fc

Please sign in to comment.