Skip to content

Commit 7d221aa

Browse files
committed
Apply fixes from StyleCI
1 parent 0294be7 commit 7d221aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Http/HttpClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ public function testWithStringableQueryParameters()
856856
$this->factory->fake();
857857

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

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

0 commit comments

Comments
 (0)