Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 30, 2023
1 parent 0294be7 commit 7d221aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Http/HttpClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ public function testWithStringableQueryParameters()
$this->factory->fake();

$this->factory->withQueryParameters(
['foo' => Str::of('bar'),]
['foo' => Str::of('bar')]
)->get('https://laravel.com');

$this->factory->assertSent(function (Request $request) {
Expand Down

0 comments on commit 7d221aa

Please sign in to comment.