We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0294be7 commit 7d221aaCopy full SHA for 7d221aa
tests/Http/HttpClientTest.php
@@ -856,7 +856,7 @@ public function testWithStringableQueryParameters()
856
$this->factory->fake();
857
858
$this->factory->withQueryParameters(
859
- ['foo' => Str::of('bar'),]
+ ['foo' => Str::of('bar')]
860
)->get('https://laravel.com');
861
862
$this->factory->assertSent(function (Request $request) {
0 commit comments